#0C611F

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

Shades of Crusoe #0C611F

Tints of Crusoe #0C611F

Color information

#0C611F (or 0x0C611F) is unknown color: approx Crusoe. HEX triplet: 0C, 61 and 1F. RGB value is (12,97,31). Sum of RGB (Red+Green+Blue) = 12+97+31=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #0C611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C611F is #F39EE0. Grayscale: #404040. Windows color (decimal): -15965921 or 2056460. OLE color: 2056460.

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

Color convert

RGB129731-
CMYK0.8800.680.62
HSL133.41º77.98%21.37%-
HSV(B)133.41º87.63%38.04%-
XYZ4.678.732.73-
YUV64.06109.3490.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 97 (38.28% from 255) = 69.29%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=8.57%
G=69.29%
B=22.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297310.8800.680.62133.4177.9821.37
HexC611F580443E854e15
Octal141413713001047620511625
Binary110011000011111110110000100010011111010000101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,97,31); }

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

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

 a { background-color: rgb(12,97,31); }

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

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

 span { border-color: rgb(12,97,31); }

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