Html Css Color HEX #128949 Salem

📋 copy color: '#128949'

red 18 ◦ green 137 ◦ blue 73

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

Shades of Salem #128949

Tints of Salem #128949

RGB

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

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

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

R = 7.89%
G = 60.09%
B = 32.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#128949 (or 0x128949) is known color: Salem. HEX triplet: 12, 89 and 49. RGB value is (18,137,73). Sum of RGB (Red+Green+Blue) = 18+137+73=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #128949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128949 is #ED76B6. Grayscale: #5E5E5E. Windows color (decimal): -15562423 or 4819218. OLE color: 4819218.

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

Color convert

RGB 18 137 73 -
CMYK 0.87 0 0.47 0.46
HSL 147.73º 0.77% 0.3% -
HSV(B) 147.73º 0.87% 0.54% -
XYZ 10.4 18.5 9.33 -
YUV 94.12 116.08 73.7 -
System Red Green Blue C M Y K H S L
Decimal 18 137 73 0.87 0 0.47 0.46 147.73 0.77 0.3
Hex 12 89 49 57 0 2F 2E 94 4D 1E
Octal 22 211 111 127 0 57 56 224 115 36
Binary 10010 10001001 1001001 1010111 0 101111 101110 10010100 1001101 11110

Color Harmonies of #128949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128949

Black with #128949

Text Example


Text Example

White with #128949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128949; }

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

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

background-color css

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

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

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

border-color css

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

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

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