#0E562F

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

Shades of Crusoe #0E562F

Tints of Crusoe #0E562F

Color information

#0E562F (or 0x0E562F) is unknown color: approx Crusoe. HEX triplet: 0E, 56 and 2F. RGB value is (14,86,47). Sum of RGB (Red+Green+Blue) = 14+86+47=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #0E562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E562F is #F1A9D0. Grayscale: #3C3C3C. Windows color (decimal): -15837649 or 3102222. OLE color: 3102222.

HSL color Cylindrical-coordinate representation of color #0E562F: hue angle of 147.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E562F is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB148647-
CMYK0.8400.450.66
HSL147.5º72%19.61%-
HSV(B)147.5º83.72%33.73%-
XYZ4.026.953.82-
YUV60.03120.6595.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.52%
GREEN value IS 86 (33.98% from 255) = 58.50%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=9.52%
G=58.50%
B=31.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486470.8400.450.66147.57219.61
HexE562F5402D42944814
Octal161265712405510222411024
Binary1110101011010111110101000101101100001010010100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,47); }

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

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

 a { background-color: rgb(14,86,47); }

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

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

 span { border-color: rgb(14,86,47); }

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