#06592D

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

Shades of Crusoe #06592D

Tints of Crusoe #06592D

Color information

#06592D (or 0x06592D) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 2D. RGB value is (6,89,45). Sum of RGB (Red+Green+Blue) = 6+89+45=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #06592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06592D is #F9A6D2. Grayscale: #3B3B3B. Windows color (decimal): -16361171 or 2971910. OLE color: 2971910.

HSL color Cylindrical-coordinate representation of color #06592D: hue angle of 148.19º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06592D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB68945-
CMYK0.9300.490.65
HSL148.19º87.37%18.63%-
HSV(B)148.19º93.26%34.9%-
XYZ4.127.373.69-
YUV59.1712090.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 89 (35.16% from 255) = 63.57%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=4.29%
G=63.57%
B=32.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689450.9300.490.65148.1987.3718.63
Hex6592D5D03141945713
Octal61315513506110122412723
Binary110101100110110110111010110001100000110010100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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