#06562A

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

Shades of Crusoe #06562A

Tints of Crusoe #06562A

Color information

#06562A (or 0x06562A) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 2A. RGB value is (6,86,42). Sum of RGB (Red+Green+Blue) = 6+86+42=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #06562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06562A is #F9A9D5. Grayscale: #393939. Windows color (decimal): -16361942 or 2774534. OLE color: 2774534.

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

Color convert

RGB68642-
CMYK0.9300.510.66
HSL147º86.96%18.04%-
HSV(B)147º93.02%33.73%-
XYZ3.826.863.31-
YUV57.06119.591.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=4.48%
G=64.18%
B=31.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686420.9300.510.6614786.9618.04
Hex6562A5D03342935712
Octal61265213506310222312722
Binary110101011010101010111010110011100001010010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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