Html Css Color HEX #129049 Salem

📋 copy color: '#129049'

red 18 ◦ green 144 ◦ blue 73

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

Shades of Salem #129049

Tints of Salem #129049

RGB

 RED value IS 18 (7.42% from 255) = 7.66%

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

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

R = 7.66%
G = 61.28%
B = 31.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#129049 (or 0x129049) is known color: Salem. HEX triplet: 12, 90 and 49. RGB value is (18,144,73). Sum of RGB (Red+Green+Blue) = 18+144+73=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #129049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129049 is #ED6FB6. Grayscale: #626262. Windows color (decimal): -15560631 or 4821010. OLE color: 4821010.

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

Color convert

RGB 18 144 73 -
CMYK 0.88 0 0.49 0.44
HSL 146.19º 0.78% 0.32% -
HSV(B) 146.19º 0.88% 0.56% -
XYZ 11.43 20.56 9.67 -
YUV 98.23 113.76 70.77 -
System Red Green Blue C M Y K H S L
Decimal 18 144 73 0.88 0 0.49 0.44 146.19 0.78 0.32
Hex 12 90 49 58 0 31 2C 92 4E 20
Octal 22 220 111 130 0 61 54 222 116 40
Binary 10010 10010000 1001001 1011000 0 110001 101100 10010010 1001110 100000

Color Harmonies of #129049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129049

Black with #129049

Text Example


Text Example

White with #129049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129049; }

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

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

background-color css

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

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

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

border-color css

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

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

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