Html Css Color HEX #098449 Salem

📋 copy color: '#098449'

red 9 ◦ green 132 ◦ blue 73

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

Shades of Salem #098449

Tints of Salem #098449

RGB

 RED value IS 9 (3.91% from 255) = 4.21%

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

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 4.21%
G = 61.68%
B = 34.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#098449 (or 0x098449) is known color: Salem. HEX triplet: 09, 84 and 49. RGB value is (9,132,73). Sum of RGB (Red+Green+Blue) = 9+132+73=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #098449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098449 is #F67BB6. Grayscale: #585858. Windows color (decimal): -16153527 or 4817929. OLE color: 4817929.

HSL color Cylindrical-coordinate representation of color #098449: hue angle of 151.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098449 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 73 -
CMYK 0.93 0 0.45 0.48
HSL 151.22º 0.87% 0.28% -
HSV(B) 151.22º 0.93% 0.52% -
XYZ 9.57 17.04 9.09 -
YUV 88.5 119.25 71.3 -
System Red Green Blue C M Y K H S L
Decimal 9 132 73 0.93 0 0.45 0.48 151.22 0.87 0.28
Hex 9 84 49 5D 0 2D 30 97 57 1C
Octal 11 204 111 135 0 55 60 227 127 34
Binary 1001 10000100 1001001 1011101 0 101101 110000 10010111 1010111 11100

Color Harmonies of #098449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098449

Black with #098449

Text Example


Text Example

White with #098449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098449; }

 p { color: rgb(9,132,73); }

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

background-color css

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

 a { background-color: rgb(9,132,73); }

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

border-color css

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

 span { border-color: rgb(9,132,73); }

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