#0C6218

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

Shades of Crusoe #0C6218

Tints of Crusoe #0C6218

Color information

#0C6218 (or 0x0C6218) is unknown color: approx Crusoe. HEX triplet: 0C, 62 and 18. RGB value is (12,98,24). Sum of RGB (Red+Green+Blue) = 12+98+24=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6218 is #F39DE7. Grayscale: #404040. Windows color (decimal): -15965672 or 1597964. OLE color: 1597964.

HSL color Cylindrical-coordinate representation of color #0C6218: hue angle of 128.37º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6218 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB129824-
CMYK0.8800.760.62
HSL128.37º78.18%21.57%-
HSV(B)128.37º87.76%38.43%-
XYZ4.688.882.33-
YUV63.85105.5191.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 98 (38.67% from 255) = 73.13%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=8.96%
G=73.13%
B=17.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1298240.8800.760.62128.3778.1821.57
HexC62185804C3E804e16
Octal141423013001147620011626
Binary110011000101100010110000100110011111010000000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,98,24); }

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

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

 a { background-color: rgb(12,98,24); }

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

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

 span { border-color: rgb(12,98,24); }

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