Html Css Color HEX #08824A Salem

📋 copy color: '#08824A'

red 8 ◦ green 130 ◦ blue 74

#08824A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #08824A

Tints of Salem #08824A

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.3% from 255) = 34.91%

R = 3.77%
G = 61.32%
B = 34.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#08824A (or 0x08824A) is known color: 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

RGB 8 130 74 -
CMYK 0.94 0 0.43 0.49
HSL 152.46º 0.88% 0.27% -
HSV(B) 152.46º 0.94% 0.51% -
XYZ 9.32 16.51 9.17 -
YUV 87.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 8 130 74 0.94 0 0.43 0.49 152.46 0.88 0.27
Hex 8 82 4A 5E 0 2B 31 98 58 1B
Octal 10 202 112 136 0 53 61 230 130 33
Binary 1000 10000010 1001010 1011110 0 101011 110001 10011000 1011000 11011

Color Harmonies of #08824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08824A

Black with #08824A

Text Example


Text Example

White with #08824A

Text Example


Text Example

HTML Codes & Css Web 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>