#08873B

Color #08873B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #08873B

Tints of Salem #08873B

Color information

#08873B (or 0x08873B) is unknown color: approx Salem. HEX triplet: 08, 87 and 3B. RGB value is (8,135,59). Sum of RGB (Red+Green+Blue) = 8+135+59=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #08873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08873B is #F778C4. Grayscale: #585858. Windows color (decimal): -16218309 or 3901192. OLE color: 3901192.

HSL color Cylindrical-coordinate representation of color #08873B: hue angle of 144.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08873B is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB813559-
CMYK0.9400.560.47
HSL144.09º88.81%28.04%-
HSV(B)144.09º94.07%52.94%-
XYZ9.5517.77.05-
YUV88.36111.4270.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 135 (53.12% from 255) = 66.83%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=3.96%
G=66.83%
B=29.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8135590.9400.560.47144.0988.8128.04
Hex8873B5E0382F90591c
Octal10207731360705722013134
Binary1000100001111110111011110011100010111110010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08873B; }

 p { color: rgb(8,135,59); }

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

<style>
 a { background-color: #08873B; }

 a { background-color: rgb(8,135,59); }

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

<style>
 span { border-color: #08873B; }

 span { border-color: rgb(8,135,59); }

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