#0C521A

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

Shades of Crusoe #0C521A

Tints of Crusoe #0C521A

Color information

#0C521A (or 0x0C521A) is unknown color: approx Crusoe. HEX triplet: 0C, 52 and 1A. RGB value is (12,82,26). Sum of RGB (Red+Green+Blue) = 12+82+26=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #0C521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C521A is #F3ADE5. Grayscale: #363636. Windows color (decimal): -15969766 or 1724940. OLE color: 1724940.

HSL color Cylindrical-coordinate representation of color #0C521A: hue angle of 132º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C521A is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB128226-
CMYK0.8500.680.68
HSL132º74.47%18.43%-
HSV(B)132º85.37%32.16%-
XYZ3.366.191.99-
YUV54.69111.8197.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 82 (32.42% from 255) = 68.33%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=10%
G=68.33%
B=21.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1282260.8500.680.6813274.4718.43
HexC521A5504444844a12
Octal1412232125010410420411222
Binary1100101001011010101010101000100100010010000100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,26); }

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

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

 a { background-color: rgb(12,82,26); }

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

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

 span { border-color: rgb(12,82,26); }

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