Html Css Color HEX #08844C Salem

📋 copy color: '#08844C'

red 8 ◦ green 132 ◦ blue 76

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

Shades of Salem #08844C

Tints of Salem #08844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 3.7%
G = 61.11%
B = 35.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#08844C (or 0x08844C) is known color: Salem. HEX triplet: 08, 84 and 4C. RGB value is (8,132,76). Sum of RGB (Red+Green+Blue) = 8+132+76=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #08844C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08844C is #F77BB3. Grayscale: #585858. Windows color (decimal): -16219060 or 5014536. OLE color: 5014536.

HSL color Cylindrical-coordinate representation of color #08844C: hue angle of 152.9º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08844C is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 76 -
CMYK 0.94 0 0.42 0.48
HSL 152.9º 0.89% 0.27% -
HSV(B) 152.9º 0.94% 0.52% -
XYZ 9.66 17.08 9.62 -
YUV 88.54 120.92 70.55 -
System Red Green Blue C M Y K H S L
Decimal 8 132 76 0.94 0 0.42 0.48 152.9 0.89 0.27
Hex 8 84 4C 5E 0 2A 30 99 59 1B
Octal 10 204 114 136 0 52 60 231 131 33
Binary 1000 10000100 1001100 1011110 0 101010 110000 10011001 1011001 11011

Color Harmonies of #08844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08844C

Black with #08844C

Text Example


Text Example

White with #08844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08844C; }

 p { color: rgb(8,132,76); }

 H1.HeaderClassName
 {
   color: #08844C;
 }
 .AnyTagClassName
 {
   color: #08844C;
 }
</style>

background-color css

<style>
 a { background-color: #08844C; }

 a { background-color: rgb(8,132,76); }

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

border-color css

<style>
 span { border-color: #08844C; }

 span { border-color: rgb(8,132,76); }

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