#08824A

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

Shades of Salem #08824A

Tints of Salem #08824A

Color information

#08824A (or 0x08824A) is unknown color: approx Salem. HEX triplet: 08, 82 and 4A. RGB value is (8,130,74). Sum of RGB (Red+Green+Blue) = 8+130+74=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #08824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08824A is #F77DB5. Grayscale: #575757. Windows color (decimal): -16219574 or 4882952. OLE color: 4882952.

HSL color Cylindrical-coordinate representation of color #08824A: hue angle of 152.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08824A is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB813074-
CMYK0.9400.430.49
HSL152.46º88.41%27.06%-
HSV(B)152.46º93.85%50.98%-
XYZ9.3216.519.17-
YUV87.14120.5871.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 130 (51.17% from 255) = 61.32%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=3.77%
G=61.32%
B=34.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130740.9400.430.49152.4688.4127.06
Hex8824A5E02B3198581b
Octal102021121360536123013033
Binary10001000001010010101011110010101111000110011000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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