#06542D

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

Shades of Crusoe #06542D

Tints of Crusoe #06542D

Color information

#06542D (or 0x06542D) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 2D. RGB value is (6,84,45). Sum of RGB (Red+Green+Blue) = 6+84+45=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #06542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06542D is #F9ABD2. Grayscale: #383838. Windows color (decimal): -16362451 or 2970630. OLE color: 2970630.

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

Color convert

RGB68445-
CMYK0.9300.460.67
HSL150º86.67%17.65%-
HSV(B)150º92.86%32.94%-
XYZ3.726.573.55-
YUV56.23121.6692.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 84 (33.20% from 255) = 62.22%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=4.44%
G=62.22%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684450.9300.460.6715086.6717.65
Hex6542D5D02E43965712
Octal61245513505610322612722
Binary110101010010110110111010101110100001110010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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