#08884A

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

Shades of Salem #08884A

Tints of Salem #08884A

Color information

#08884A (or 0x08884A) is unknown color: approx Salem. HEX triplet: 08, 88 and 4A. RGB value is (8,136,74). Sum of RGB (Red+Green+Blue) = 8+136+74=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #08884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08884A is #F777B5. Grayscale: #5A5A5A. Windows color (decimal): -16218038 or 4884488. OLE color: 4884488.

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

Color convert

RGB813674-
CMYK0.9400.460.47
HSL150.94º88.89%28.24%-
HSV(B)150.94º94.12%53.33%-
XYZ10.1418.159.45-
YUV90.66118.5969.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 136 (53.52% from 255) = 62.39%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=3.67%
G=62.39%
B=33.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8136740.9400.460.47150.9488.8928.24
Hex8884A5E02E2F97591c
Octal102101121360565722713134
Binary10001000100010010101011110010111010111110010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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