#0C541E

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

Shades of Crusoe #0C541E

Tints of Crusoe #0C541E

Color information

#0C541E (or 0x0C541E) is unknown color: approx Crusoe. HEX triplet: 0C, 54 and 1E. RGB value is (12,84,30). Sum of RGB (Red+Green+Blue) = 12+84+30=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #0C541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C541E is #F3ABE1. Grayscale: #383838. Windows color (decimal): -15969250 or 1987596. OLE color: 1987596.

HSL color Cylindrical-coordinate representation of color #0C541E: hue angle of 135º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C541E is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB128430-
CMYK0.8600.640.67
HSL135º75%18.82%-
HSV(B)135º85.71%32.94%-
XYZ3.566.512.3-
YUV56.32113.1596.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 84 (33.20% from 255) = 66.67%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=9.52%
G=66.67%
B=23.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284300.8600.640.671357518.82
HexC541E5604043874b13
Octal1412436126010010320711323
Binary1100101010011110101011001000000100001110000111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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