#0E512C

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

Shades of Crusoe #0E512C

Tints of Crusoe #0E512C

Color information

#0E512C (or 0x0E512C) is unknown color: approx Crusoe. HEX triplet: 0E, 51 and 2C. RGB value is (14,81,44). Sum of RGB (Red+Green+Blue) = 14+81+44=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #0E512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E512C is #F1AED3. Grayscale: #383838. Windows color (decimal): -15838932 or 2904334. OLE color: 2904334.

HSL color Cylindrical-coordinate representation of color #0E512C: hue angle of 146.87º 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 #0E512C is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB148144-
CMYK0.8300.460.68
HSL146.87º70.53%18.63%-
HSV(B)146.87º82.72%31.76%-
XYZ3.586.163.38-
YUV56.75120.897.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=10.07%
G=58.27%
B=31.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481440.8300.460.68146.8770.5318.63
HexE512C5302E44934713
Octal161215412305610422310723
Binary1110101000110110010100110101110100010010010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,44); }

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

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

 a { background-color: rgb(14,81,44); }

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

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

 span { border-color: rgb(14,81,44); }

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