Html Css Color HEX #098949 Salem

📋 copy color: '#098949'

red 9 ◦ green 137 ◦ blue 73

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

Shades of Salem #098949

Tints of Salem #098949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 62.56%

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

R = 4.11%
G = 62.56%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#098949 (or 0x098949) is known color: Salem. HEX triplet: 09, 89 and 49. RGB value is (9,137,73). Sum of RGB (Red+Green+Blue) = 9+137+73=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #098949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098949 is #F676B6. Grayscale: #5B5B5B. Windows color (decimal): -16152247 or 4819209. OLE color: 4819209.

HSL color Cylindrical-coordinate representation of color #098949: hue angle of 150º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098949 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 73 -
CMYK 0.93 0 0.47 0.46
HSL 150º 0.88% 0.29% -
HSV(B) 150º 0.93% 0.54% -
XYZ 10.26 18.43 9.32 -
YUV 91.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 9 137 73 0.93 0 0.47 0.46 150 0.88 0.29
Hex 9 89 49 5D 0 2F 2E 96 58 1D
Octal 11 211 111 135 0 57 56 226 130 35
Binary 1001 10001001 1001001 1011101 0 101111 101110 10010110 1011000 11101

Color Harmonies of #098949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098949

Black with #098949

Text Example


Text Example

White with #098949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098949; }

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

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

background-color css

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

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

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

border-color css

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

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

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