#144133

Color #144133 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #144133

Tints of Sherwood Green #144133

Color information

#144133 (or 0x144133) is unknown color: approx Sherwood Green. HEX triplet: 14, 41 and 33. RGB value is (20,65,51). Sum of RGB (Red+Green+Blue) = 20+65+51=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #144133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144133 is #EBBECC. Grayscale: #313131. Windows color (decimal): -15449805 or 3358996. OLE color: 3358996.

HSL color Cylindrical-coordinate representation of color #144133: hue angle of 161.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144133 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB206551-
CMYK0.6900.220.75
HSL161.33º52.94%16.67%-
HSV(B)161.33º69.23%25.49%-
XYZ2.784.173.79-
YUV49.95128.59106.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=14.71%
G=47.79%
B=37.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065510.6900.220.75161.3352.9416.67
Hex144133450164Ba13511
Octal24101631050261132416521
Binary101001000001110011100010101011010010111010000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144133; }

 p { color: rgb(20,65,51); }

 H1.HeaderClassName
 {
   color: #144133;
 }
 .AnyTagClassName
 {
   color: #144133;
 }
</style>
background-color css

<style>
 a { background-color: #144133; }

 a { background-color: rgb(20,65,51); }

 div.DivClassName
 {
   background-color: #144133;
 }
 .BgClassName
 {
   background-color: #144133;
 }
</style>
border-color css

<style>
 span { border-color: #144133; }

 span { border-color: rgb(20,65,51); }

 td.TdClassName
 {
   border-color: #144133;
 }
 .TagClassName
 {
   border-color: #144133;
 }
</style>