#0C641E

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

Shades of Crusoe #0C641E

Tints of Crusoe #0C641E

Color information

#0C641E (or 0x0C641E) is unknown color: approx Crusoe. HEX triplet: 0C, 64 and 1E. RGB value is (12,100,30). Sum of RGB (Red+Green+Blue) = 12+100+30=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #0C641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C641E is #F39BE1. Grayscale: #414141. Windows color (decimal): -15965154 or 1991692. OLE color: 1991692.

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

Color convert

RGB1210030-
CMYK0.8800.700.61
HSL132.27º78.57%21.96%-
HSV(B)132.27º88%39.22%-
XYZ4.949.292.76-
YUV65.71107.8589.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 100 (39.45% from 255) = 70.42%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=8.45%
G=70.42%
B=21.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal12100300.8800.700.61132.2778.5721.96
HexC641E580463D844f16
Octal141443613001067520411726
Binary110011001001111010110000100011011110110000100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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