#0C6429

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

Shades of Crusoe #0C6429

Tints of Crusoe #0C6429

Color information

#0C6429 (or 0x0C6429) is unknown color: approx Crusoe. HEX triplet: 0C, 64 and 29. RGB value is (12,100,41). Sum of RGB (Red+Green+Blue) = 12+100+41=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6429 is #F39BD6. Grayscale: #434343. Windows color (decimal): -15965143 or 2712588. OLE color: 2712588.

HSL color Cylindrical-coordinate representation of color #0C6429: hue angle of 139.77º degrees, saturation: 0.79, 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 #0C6429 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB1210041-
CMYK0.8800.590.61
HSL139.77º78.57%21.96%-
HSV(B)139.77º88%39.22%-
XYZ5.119.353.63-
YUV66.96113.3588.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.84%
GREEN value IS 100 (39.45% from 255) = 65.36%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=7.84%
G=65.36%
B=26.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12100410.8800.590.61139.7778.5721.96
HexC64295803B3D8c4f16
Octal14144511300737521411726
Binary110011001001010011011000011101111110110001100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,100,41); }

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

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

 a { background-color: rgb(12,100,41); }

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

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

 span { border-color: rgb(12,100,41); }

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