#08582A

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

Shades of Crusoe #08582A

Tints of Crusoe #08582A

Color information

#08582A (or 0x08582A) is unknown color: approx Crusoe. HEX triplet: 08, 58 and 2A. RGB value is (8,88,42). Sum of RGB (Red+Green+Blue) = 8+88+42=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #08582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08582A is #F7A7D5. Grayscale: #3A3A3A. Windows color (decimal): -16230358 or 2775048. OLE color: 2775048.

HSL color Cylindrical-coordinate representation of color #08582A: hue angle of 145.5º degrees, saturation: 0.83, 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 #08582A is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB88842-
CMYK0.9100.520.65
HSL145.5º83.33%18.82%-
HSV(B)145.5º90.91%34.51%-
XYZ4.017.23.37-
YUV58.84118.591.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 88 (34.77% from 255) = 63.77%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=5.80%
G=63.77%
B=30.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888420.9100.520.65145.583.3318.82
Hex8582A5B03441925313
Octal101305213306410122212323
Binary1000101100010101010110110110100100000110010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,88,42); }

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

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

 a { background-color: rgb(8,88,42); }

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

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

 span { border-color: rgb(8,88,42); }

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