#08592D

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

Shades of Crusoe #08592D

Tints of Crusoe #08592D

Color information

#08592D (or 0x08592D) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 2D. RGB value is (8,89,45). Sum of RGB (Red+Green+Blue) = 8+89+45=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #08592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08592D is #F7A6D2. Grayscale: #3B3B3B. Windows color (decimal): -16230099 or 2971912. OLE color: 2971912.

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

Color convert

RGB88945-
CMYK0.9100.490.65
HSL147.41º83.51%19.02%-
HSV(B)147.41º91.01%34.9%-
XYZ4.157.393.69-
YUV59.76119.6691.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 89 (35.16% from 255) = 62.68%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=5.63%
G=62.68%
B=31.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889450.9100.490.65147.4183.5119.02
Hex8592D5B03141935413
Octal101315513306110122312423
Binary1000101100110110110110110110001100000110010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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