#0E5224

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

Shades of Crusoe #0E5224

Tints of Crusoe #0E5224

Color information

#0E5224 (or 0x0E5224) is unknown color: approx Crusoe. HEX triplet: 0E, 52 and 24. RGB value is (14,82,36). Sum of RGB (Red+Green+Blue) = 14+82+36=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #0E5224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5224 is #F1ADDB. Grayscale: #383838. Windows color (decimal): -15838684 or 2380302. OLE color: 2380302.

HSL color Cylindrical-coordinate representation of color #0E5224: hue angle of 139.41º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5224 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB148236-
CMYK0.8300.560.68
HSL139.41º70.83%18.82%-
HSV(B)139.41º82.93%32.16%-
XYZ3.526.262.69-
YUV56.42116.4797.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.61%
GREEN value IS 82 (32.42% from 255) = 62.12%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=10.61%
G=62.12%
B=27.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1482360.8300.560.68139.4170.8318.82
HexE522453038448b4713
Octal161224412307010421310723
Binary1110101001010010010100110111000100010010001011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,82,36); }

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

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

 a { background-color: rgb(14,82,36); }

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

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

 span { border-color: rgb(14,82,36); }

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