#08883F

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

Shades of Salem #08883F

Tints of Salem #08883F

Color information

#08883F (or 0x08883F) is unknown color: approx Salem. HEX triplet: 08, 88 and 3F. RGB value is (8,136,63). Sum of RGB (Red+Green+Blue) = 8+136+63=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #08883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08883F is #F777C0. Grayscale: #595959. Windows color (decimal): -16218049 or 4163592. OLE color: 4163592.

HSL color Cylindrical-coordinate representation of color #08883F: hue angle of 145.78º 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 #08883F is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB813663-
CMYK0.9400.540.47
HSL145.78º88.89%28.24%-
HSV(B)145.78º94.12%53.33%-
XYZ9.818.027.66-
YUV89.41113.0969.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 136 (53.52% from 255) = 65.70%
BLUE value IS 63 (25% from 255) = 30.43%
R=3.86%
G=65.70%
B=30.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8136630.9400.540.47145.7888.8928.24
Hex8883F5E0362F92591c
Octal10210771360665722213134
Binary1000100010001111111011110011011010111110010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08883F; }

 p { color: rgb(8,136,63); }

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

<style>
 a { background-color: #08883F; }

 a { background-color: rgb(8,136,63); }

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

<style>
 span { border-color: #08883F; }

 span { border-color: rgb(8,136,63); }

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