Html Css Color HEX #098D49 Salem

📋 copy color: '#098D49'

red 9 ◦ green 141 ◦ blue 73

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

Shades of Salem #098D49

Tints of Salem #098D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 63.23%

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

R = 4.04%
G = 63.23%
B = 32.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#098D49 (or 0x098D49) is known color: Salem. HEX triplet: 09, 8D and 49. RGB value is (9,141,73). Sum of RGB (Red+Green+Blue) = 9+141+73=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #098D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098D49 is #F672B6. Grayscale: #5D5D5D. Windows color (decimal): -16151223 or 4820233. OLE color: 4820233.

HSL color Cylindrical-coordinate representation of color #098D49: hue angle of 149.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D49 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 141 73 -
CMYK 0.94 0 0.48 0.45
HSL 149.09º 0.88% 0.29% -
HSV(B) 149.09º 0.94% 0.55% -
XYZ 10.84 19.59 9.51 -
YUV 93.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 9 141 73 0.94 0 0.48 0.45 149.09 0.88 0.29
Hex 9 8D 49 5E 0 30 2D 95 58 1D
Octal 11 215 111 136 0 60 55 225 130 35
Binary 1001 10001101 1001001 1011110 0 110000 101101 10010101 1011000 11101

Color Harmonies of #098D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098D49

Black with #098D49

Text Example


Text Example

White with #098D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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