#0E6418

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

Shades of Crusoe #0E6418

Tints of Crusoe #0E6418

Color information

#0E6418 (or 0x0E6418) is unknown color: approx Crusoe. HEX triplet: 0E, 64 and 18. RGB value is (14,100,24). Sum of RGB (Red+Green+Blue) = 14+100+24=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #0E6418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6418 is #F19BE7. Grayscale: #414141. Windows color (decimal): -15834088 or 1598478. OLE color: 1598478.

HSL color Cylindrical-coordinate representation of color #0E6418: hue angle of 126.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6418 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB1410024-
CMYK0.8600.760.61
HSL126.98º75.44%22.35%-
HSV(B)126.98º86%39.22%-
XYZ4.99.272.4-
YUV65.62104.5191.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 100 (39.45% from 255) = 72.46%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=10.14%
G=72.46%
B=17.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14100240.8600.760.61126.9875.4422.35
HexE64185604C3D7f4b16
Octal161443012601147517711326
Binary11101100100110001010110010011001111011111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,100,24); }

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

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

 a { background-color: rgb(14,100,24); }

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

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

 span { border-color: rgb(14,100,24); }

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