Html Css Color HEX #109049 Salem

📋 copy color: '#109049'

red 16 ◦ green 144 ◦ blue 73

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

Shades of Salem #109049

Tints of Salem #109049

RGB

 RED value IS 16 (6.64% from 255) = 6.87%

 GREEN value IS 144 (56.64% from 255) = 61.8%

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

R = 6.87%
G = 61.8%
B = 31.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#109049 (or 0x109049) is known color: Salem. HEX triplet: 10, 90 and 49. RGB value is (16,144,73). Sum of RGB (Red+Green+Blue) = 16+144+73=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #109049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109049 is #EF6FB6. Grayscale: #616161. Windows color (decimal): -15691703 or 4821008. OLE color: 4821008.

HSL color Cylindrical-coordinate representation of color #109049: hue angle of 146.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109049 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 144 73 -
CMYK 0.89 0 0.49 0.44
HSL 146.72º 0.8% 0.31% -
HSV(B) 146.72º 0.89% 0.56% -
XYZ 11.39 20.54 9.67 -
YUV 97.63 114.09 69.77 -
System Red Green Blue C M Y K H S L
Decimal 16 144 73 0.89 0 0.49 0.44 146.72 0.8 0.31
Hex 10 90 49 59 0 31 2C 93 50 1F
Octal 20 220 111 131 0 61 54 223 120 37
Binary 10000 10010000 1001001 1011001 0 110001 101100 10010011 1010000 11111

Color Harmonies of #109049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109049

Black with #109049

Text Example


Text Example

White with #109049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109049; }

 p { color: rgb(16,144,73); }

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

background-color css

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

 a { background-color: rgb(16,144,73); }

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

border-color css

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

 span { border-color: rgb(16,144,73); }

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