#0E4E21

Color #0E4E21 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0E4E21

Tints of Crusoe #0E4E21

Color information

#0E4E21 (or 0x0E4E21) is unknown color: approx Crusoe. HEX triplet: 0E, 4E and 21. RGB value is (14,78,33). Sum of RGB (Red+Green+Blue) = 14+78+33=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 78 (30.86% from 255 or 62.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4E21 is #F1B1DE. Grayscale: #353535. Windows color (decimal): -15839711 or 2182670. OLE color: 2182670.

HSL color Cylindrical-coordinate representation of color #0E4E21: hue angle of 137.81º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4E21 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB147833-
CMYK0.8200.580.69
HSL137.81º69.57%18.04%-
HSV(B)137.81º82.05%30.59%-
XYZ3.185.652.36-
YUV53.73116.399.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 78 (30.86% from 255) = 62.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=11.2%
G=62.4%
B=26.4%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1478330.8200.580.69137.8169.5718.04
HexE4E215203A458a4612
Octal161164112207210521210622
Binary1110100111010000110100100111010100010110001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E4E21; }

 p { color: rgb(14,78,33); }

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

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

 a { background-color: rgb(14,78,33); }

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

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

 span { border-color: rgb(14,78,33); }

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