Html Css Color HEX #08804D Salem

📋 copy color: '#08804D'

red 8 ◦ green 128 ◦ blue 77

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

Shades of Salem #08804D

Tints of Salem #08804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.09%

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

R = 3.76%
G = 60.09%
B = 36.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#08804D (or 0x08804D) is known color: Salem. HEX triplet: 08, 80 and 4D. RGB value is (8,128,77). Sum of RGB (Red+Green+Blue) = 8+128+77=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #08804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08804D is #F77FB2. Grayscale: #565656. Windows color (decimal): -16220083 or 5079048. OLE color: 5079048.

HSL color Cylindrical-coordinate representation of color #08804D: hue angle of 154.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08804D is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 128 77 -
CMYK 0.94 0 0.40 0.50
HSL 154.5º 0.88% 0.27% -
HSV(B) 154.5º 0.94% 0.5% -
XYZ 9.16 16.03 9.63 -
YUV 86.31 122.74 72.15 -
System Red Green Blue C M Y K H S L
Decimal 8 128 77 0.94 0 0.40 0.50 154.5 0.88 0.27
Hex 8 80 4D 5E 0 28 32 9A 58 1B
Octal 10 200 115 136 0 50 62 232 130 33
Binary 1000 10000000 1001101 1011110 0 101000 110010 10011010 1011000 11011

Color Harmonies of #08804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08804D

Black with #08804D

Text Example


Text Example

White with #08804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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