#08532A

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

Shades of Crusoe #08532A

Tints of Crusoe #08532A

Color information

#08532A (or 0x08532A) is unknown color: approx Crusoe. HEX triplet: 08, 53 and 2A. RGB value is (8,83,42). Sum of RGB (Red+Green+Blue) = 8+83+42=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #08532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08532A is #F7ACD5. Grayscale: #373737. Windows color (decimal): -16231638 or 2773768. OLE color: 2773768.

HSL color Cylindrical-coordinate representation of color #08532A: hue angle of 147.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08532A is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB88342-
CMYK0.9000.490.67
HSL147.2º82.42%17.84%-
HSV(B)147.2º90.36%32.55%-
XYZ3.616.413.24-
YUV55.9120.1593.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 83 (32.81% from 255) = 62.41%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=6.02%
G=62.41%
B=31.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883420.9000.490.67147.282.4217.84
Hex8532A5A03143935212
Octal101235213206110322312222
Binary1000101001110101010110100110001100001110010011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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