Html Css Color HEX #129350 Salem

📋 copy color: '#129350'

red 18 ◦ green 147 ◦ blue 80

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

Shades of Salem #129350

Tints of Salem #129350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 7.35%
G = 60%
B = 32.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#129350 (or 0x129350) is known color: Salem. HEX triplet: 12, 93 and 50. RGB value is (18,147,80). Sum of RGB (Red+Green+Blue) = 18+147+80=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #129350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129350 is #ED6CAF. Grayscale: #646464. Windows color (decimal): -15559856 or 5280530. OLE color: 5280530.

HSL color Cylindrical-coordinate representation of color #129350: hue angle of 148.84º 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 #129350 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 80 -
CMYK 0.88 0 0.46 0.42
HSL 148.84º 0.78% 0.32% -
HSV(B) 148.84º 0.88% 0.58% -
XYZ 12.13 21.58 11.11 -
YUV 100.79 116.26 68.95 -
System Red Green Blue C M Y K H S L
Decimal 18 147 80 0.88 0 0.46 0.42 148.84 0.78 0.32
Hex 12 93 50 58 0 2E 2A 95 4E 20
Octal 22 223 120 130 0 56 52 225 116 40
Binary 10010 10010011 1010000 1011000 0 101110 101010 10010101 1001110 100000

Color Harmonies of #129350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129350

Black with #129350

Text Example


Text Example

White with #129350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129350; }

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

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

background-color css

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

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

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

border-color css

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

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

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