#06531C

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

Shades of Crusoe #06531C

Tints of Crusoe #06531C

Color information

#06531C (or 0x06531C) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 1C. RGB value is (6,83,28). Sum of RGB (Red+Green+Blue) = 6+83+28=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #06531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531C is #F9ACE3. Grayscale: #353535. Windows color (decimal): -16362724 or 1856262. OLE color: 1856262.

HSL color Cylindrical-coordinate representation of color #06531C: hue angle of 137.14º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06531C is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB68328-
CMYK0.9300.660.67
HSL137.14º86.52%17.45%-
HSV(B)137.14º92.77%32.55%-
XYZ3.386.312.14-
YUV53.71113.4993.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 83 (32.81% from 255) = 70.94%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=5.13%
G=70.94%
B=23.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683280.9300.660.67137.1486.5217.45
Hex6531C5D04243895711
Octal612334135010210321112721
Binary110101001111100101110101000010100001110001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06531C; }

 p { color: rgb(6,83,28); }

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

<style>
 a { background-color: #06531C; }

 a { background-color: rgb(6,83,28); }

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

<style>
 span { border-color: #06531C; }

 span { border-color: rgb(6,83,28); }

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