#06562D

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

Shades of Crusoe #06562D

Tints of Crusoe #06562D

Color information

#06562D (or 0x06562D) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 2D. RGB value is (6,86,45). Sum of RGB (Red+Green+Blue) = 6+86+45=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #06562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06562D is #F9A9D2. Grayscale: #393939. Windows color (decimal): -16361939 or 2971142. OLE color: 2971142.

HSL color Cylindrical-coordinate representation of color #06562D: hue angle of 149.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06562D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB68645-
CMYK0.9300.480.66
HSL149.25º86.96%18.04%-
HSV(B)149.25º93.02%33.73%-
XYZ3.886.883.61-
YUV57.4112191.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 86 (33.98% from 255) = 62.77%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=4.38%
G=62.77%
B=32.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686450.9300.480.66149.2586.9618.04
Hex6562D5D03042955712
Octal61265513506010222512722
Binary110101011010110110111010110000100001010010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06562D; }

 p { color: rgb(6,86,45); }

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

<style>
 a { background-color: #06562D; }

 a { background-color: rgb(6,86,45); }

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

<style>
 span { border-color: #06562D; }

 span { border-color: rgb(6,86,45); }

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