Html Css Color HEX #08824D Salem

📋 copy color: '#08824D'

red 8 ◦ green 130 ◦ blue 77

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

Shades of Salem #08824D

Tints of Salem #08824D

RGB

 RED value IS 8 (3.52% from 255) = 3.72%

 GREEN value IS 130 (51.17% from 255) = 60.47%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 3.72%
G = 60.47%
B = 35.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#08824D (or 0x08824D) is known color: Salem. HEX triplet: 08, 82 and 4D. RGB value is (8,130,77). Sum of RGB (Red+Green+Blue) = 8+130+77=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #08824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08824D is #F77DB2. Grayscale: #575757. Windows color (decimal): -16219571 or 5079560. OLE color: 5079560.

HSL color Cylindrical-coordinate representation of color #08824D: hue angle of 153.93º 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 #08824D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 77 -
CMYK 0.94 0 0.41 0.49
HSL 153.93º 0.88% 0.27% -
HSV(B) 153.93º 0.94% 0.51% -
XYZ 9.42 16.55 9.72 -
YUV 87.48 122.08 71.31 -
System Red Green Blue C M Y K H S L
Decimal 8 130 77 0.94 0 0.41 0.49 153.93 0.88 0.27
Hex 8 82 4D 5E 0 29 31 9A 58 1B
Octal 10 202 115 136 0 51 61 232 130 33
Binary 1000 10000010 1001101 1011110 0 101001 110001 10011010 1011000 11011

Color Harmonies of #08824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08824D

Black with #08824D

Text Example


Text Example

White with #08824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08824D;
 }
 .AnyTagClassName
 {
   color: #08824D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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