#08883E

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

Shades of Salem #08883E

Tints of Salem #08883E

Color information

#08883E (or 0x08883E) is unknown color: approx Salem. HEX triplet: 08, 88 and 3E. RGB value is (8,136,62). Sum of RGB (Red+Green+Blue) = 8+136+62=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #08883E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08883E is #F777C1. Grayscale: #595959. Windows color (decimal): -16218050 or 4098056. OLE color: 4098056.

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

Color convert

RGB813662-
CMYK0.9400.540.47
HSL145.31º88.89%28.24%-
HSV(B)145.31º94.12%53.33%-
XYZ9.7718.017.52-
YUV89.29112.5970.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=3.88%
G=66.02%
B=30.10%

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
Decimal8136620.9400.540.47145.3188.8928.24
Hex8883E5E0362F91591c
Octal10210761360665722113134
Binary1000100010001111101011110011011010111110010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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