#0C6326

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

Shades of Crusoe #0C6326

Tints of Crusoe #0C6326

Color information

#0C6326 (or 0x0C6326) is unknown color: approx Crusoe. HEX triplet: 0C, 63 and 26. RGB value is (12,99,38). Sum of RGB (Red+Green+Blue) = 12+99+38=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6326 is #F39CD9. Grayscale: #424242. Windows color (decimal): -15965402 or 2515724. OLE color: 2515724.

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

Color convert

RGB129938-
CMYK0.8800.620.61
HSL137.93º78.38%21.76%-
HSV(B)137.93º87.88%38.82%-
XYZ4.969.143.34-
YUV66.03112.1889.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 99 (39.06% from 255) = 66.44%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=8.05%
G=66.44%
B=25.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1299380.8800.620.61137.9378.3821.76
HexC63265803E3D8a4e16
Octal14143461300767521211626
Binary110011000111001101011000011111011110110001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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