Html Css Color HEX #08844F Salem

📋 copy color: '#08844F'

red 8 ◦ green 132 ◦ blue 79

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

Shades of Salem #08844F

Tints of Salem #08844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 3.65%
G = 60.27%
B = 36.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#08844F (or 0x08844F) is known color: Salem. HEX triplet: 08, 84 and 4F. RGB value is (8,132,79). Sum of RGB (Red+Green+Blue) = 8+132+79=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #08844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08844F is #F77BB0. Grayscale: #585858. Windows color (decimal): -16219057 or 5211144. OLE color: 5211144.

HSL color Cylindrical-coordinate representation of color #08844F: hue angle of 154.35º 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 #08844F is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 79 -
CMYK 0.94 0 0.40 0.48
HSL 154.35º 0.89% 0.27% -
HSV(B) 154.35º 0.94% 0.52% -
XYZ 9.76 17.12 10.19 -
YUV 88.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 8 132 79 0.94 0 0.40 0.48 154.35 0.89 0.27
Hex 8 84 4F 5E 0 28 30 9A 59 1B
Octal 10 204 117 136 0 50 60 232 131 33
Binary 1000 10000100 1001111 1011110 0 101000 110000 10011010 1011001 11011

Color Harmonies of #08844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08844F

Black with #08844F

Text Example


Text Example

White with #08844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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