Html Css Color HEX #129349 Salem

📋 copy color: '#129349'

red 18 ◦ green 147 ◦ blue 73

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

Shades of Salem #129349

Tints of Salem #129349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.76%

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

R = 7.56%
G = 61.76%
B = 30.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#129349 (or 0x129349) is known color: Salem. HEX triplet: 12, 93 and 49. RGB value is (18,147,73). Sum of RGB (Red+Green+Blue) = 18+147+73=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #129349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129349 is #ED6CB6. Grayscale: #646464. Windows color (decimal): -15559863 or 4821778. OLE color: 4821778.

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

Color convert

RGB 18 147 73 -
CMYK 0.88 0 0.50 0.42
HSL 145.58º 0.78% 0.32% -
HSV(B) 145.58º 0.88% 0.58% -
XYZ 11.89 21.48 9.82 -
YUV 99.99 112.76 69.52 -
System Red Green Blue C M Y K H S L
Decimal 18 147 73 0.88 0 0.50 0.42 145.58 0.78 0.32
Hex 12 93 49 58 0 32 2A 92 4E 20
Octal 22 223 111 130 0 62 52 222 116 40
Binary 10010 10010011 1001001 1011000 0 110010 101010 10010010 1001110 100000

Color Harmonies of #129349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129349

Black with #129349

Text Example


Text Example

White with #129349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129349; }

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

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

background-color css

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

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

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

border-color css

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

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

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