#06542B

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

Shades of Crusoe #06542B

Tints of Crusoe #06542B

Color information

#06542B (or 0x06542B) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 2B. RGB value is (6,84,43). Sum of RGB (Red+Green+Blue) = 6+84+43=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #06542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06542B is #F9ABD4. Grayscale: #383838. Windows color (decimal): -16362453 or 2839558. OLE color: 2839558.

HSL color Cylindrical-coordinate representation of color #06542B: hue angle of 148.46º 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 #06542B is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB68443-
CMYK0.9300.490.67
HSL148.46º86.67%17.65%-
HSV(B)148.46º92.86%32.94%-
XYZ3.686.553.36-
YUV56120.6692.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 84 (33.20% from 255) = 63.16%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=4.51%
G=63.16%
B=32.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684430.9300.490.67148.4686.6717.65
Hex6542B5D03143945712
Octal61245313506110322412722
Binary110101010010101110111010110001100001110010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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