#0C6317

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

Shades of Crusoe #0C6317

Tints of Crusoe #0C6317

Color information

#0C6317 (or 0x0C6317) is unknown color: approx Crusoe. HEX triplet: 0C, 63 and 17. RGB value is (12,99,23). Sum of RGB (Red+Green+Blue) = 12+99+23=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6317 is #F39CE8. Grayscale: #404040. Windows color (decimal): -15965417 or 1532684. OLE color: 1532684.

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

Color convert

RGB129923-
CMYK0.8800.770.61
HSL127.59º78.38%21.76%-
HSV(B)127.59º87.88%38.82%-
XYZ4.779.062.31-
YUV64.32104.6890.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 99 (39.06% from 255) = 73.88%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=8.96%
G=73.88%
B=17.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1299230.8800.770.61127.5978.3821.76
HexC63175804D3D804e16
Octal141432713001157520011626
Binary110011000111011110110000100110111110110000000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,99,23); }

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

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

 a { background-color: rgb(12,99,23); }

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

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

 span { border-color: rgb(12,99,23); }

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