#0C6221

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

Shades of Crusoe #0C6221

Tints of Crusoe #0C6221

Color information

#0C6221 (or 0x0C6221) is unknown color: approx Crusoe. HEX triplet: 0C, 62 and 21. RGB value is (12,98,33). Sum of RGB (Red+Green+Blue) = 12+98+33=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6221 is #F39DDE. Grayscale: #414141. Windows color (decimal): -15965663 or 2187788. OLE color: 2187788.

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

Color convert

RGB129833-
CMYK0.8800.660.62
HSL134.65º78.18%21.57%-
HSV(B)134.65º87.76%38.43%-
XYZ4.798.922.91-
YUV64.88110.0190.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.39%
GREEN value IS 98 (38.67% from 255) = 68.53%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=8.39%
G=68.53%
B=23.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1298330.8800.660.62134.6578.1821.57
HexC6221580423E874e16
Octal141424113001027620711626
Binary1100110001010000110110000100001011111010000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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