Html Css Color HEX #128951 Salem

📋 copy color: '#128951'

red 18 ◦ green 137 ◦ blue 81

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

Shades of Salem #128951

Tints of Salem #128951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.32%

R = 7.63%
G = 58.05%
B = 34.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#128951 (or 0x128951) is known color: Salem. HEX triplet: 12, 89 and 51. RGB value is (18,137,81). Sum of RGB (Red+Green+Blue) = 18+137+81=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #128951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128951 is #ED76AE. Grayscale: #5F5F5F. Windows color (decimal): -15562415 or 5343506. OLE color: 5343506.

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

Color convert

RGB 18 137 81 -
CMYK 0.87 0 0.41 0.46
HSL 151.76º 0.77% 0.3% -
HSV(B) 151.76º 0.87% 0.54% -
XYZ 10.68 18.61 10.81 -
YUV 95.04 120.08 73.05 -
System Red Green Blue C M Y K H S L
Decimal 18 137 81 0.87 0 0.41 0.46 151.76 0.77 0.3
Hex 12 89 51 57 0 29 2E 98 4D 1E
Octal 22 211 121 127 0 51 56 230 115 36
Binary 10010 10001001 1010001 1010111 0 101001 101110 10011000 1001101 11110

Color Harmonies of #128951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128951

Black with #128951

Text Example


Text Example

White with #128951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128951; }

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

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

background-color css

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

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

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

border-color css

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

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

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