Html Css Color HEX #128249 Salem

📋 copy color: '#128249'

red 18 ◦ green 130 ◦ blue 73

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

Shades of Salem #128249

Tints of Salem #128249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

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

R = 8.14%
G = 58.82%
B = 33.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#128249 (or 0x128249) is known color: Salem. HEX triplet: 12, 82 and 49. RGB value is (18,130,73). Sum of RGB (Red+Green+Blue) = 18+130+73=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #128249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128249 is #ED7DB6. Grayscale: #5A5A5A. Windows color (decimal): -15564215 or 4817426. OLE color: 4817426.

HSL color Cylindrical-coordinate representation of color #128249: hue angle of 149.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128249 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 73 -
CMYK 0.86 0 0.44 0.49
HSL 149.46º 0.76% 0.29% -
HSV(B) 149.46º 0.86% 0.51% -
XYZ 9.43 16.57 9.01 -
YUV 90.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 18 130 73 0.86 0 0.44 0.49 149.46 0.76 0.29
Hex 12 82 49 56 0 2C 31 95 4C 1D
Octal 22 202 111 126 0 54 61 225 114 35
Binary 10010 10000010 1001001 1010110 0 101100 110001 10010101 1001100 11101

Color Harmonies of #128249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128249

Black with #128249

Text Example


Text Example

White with #128249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128249; }

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

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

background-color css

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

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

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

border-color css

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

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

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