#06572D

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

Shades of Crusoe #06572D

Tints of Crusoe #06572D

Color information

#06572D (or 0x06572D) is unknown color: approx Crusoe. HEX triplet: 06, 57 and 2D. RGB value is (6,87,45). Sum of RGB (Red+Green+Blue) = 6+87+45=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #06572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06572D is #F9A8D2. Grayscale: #3A3A3A. Windows color (decimal): -16361683 or 2971398. OLE color: 2971398.

HSL color Cylindrical-coordinate representation of color #06572D: hue angle of 148.89º 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 #06572D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB68745-
CMYK0.9300.480.66
HSL148.89º87.1%18.24%-
HSV(B)148.89º93.1%34.12%-
XYZ3.967.043.63-
YUV57.99120.6690.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 87 (34.38% from 255) = 63.04%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=4.35%
G=63.04%
B=32.61%

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
Decimal687450.9300.480.66148.8987.118.24
Hex6572D5D03042955712
Octal61275513506010222512722
Binary110101011110110110111010110000100001010010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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