Html Css Color HEX #128449 Salem

📋 copy color: '#128449'

red 18 ◦ green 132 ◦ blue 73

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

Shades of Salem #128449

Tints of Salem #128449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

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

R = 8.07%
G = 59.19%
B = 32.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#128449 (or 0x128449) is known color: Salem. HEX triplet: 12, 84 and 49. RGB value is (18,132,73). Sum of RGB (Red+Green+Blue) = 18+132+73=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #128449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128449 is #ED7BB6. Grayscale: #5B5B5B. Windows color (decimal): -15563703 or 4817938. OLE color: 4817938.

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

Color convert

RGB 18 132 73 -
CMYK 0.86 0 0.45 0.48
HSL 148.95º 0.76% 0.29% -
HSV(B) 148.95º 0.86% 0.52% -
XYZ 9.7 17.11 9.09 -
YUV 91.19 117.73 75.8 -
System Red Green Blue C M Y K H S L
Decimal 18 132 73 0.86 0 0.45 0.48 148.95 0.76 0.29
Hex 12 84 49 56 0 2D 30 95 4C 1D
Octal 22 204 111 126 0 55 60 225 114 35
Binary 10010 10000100 1001001 1010110 0 101101 110000 10010101 1001100 11101

Color Harmonies of #128449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128449

Black with #128449

Text Example


Text Example

White with #128449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128449; }

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

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

background-color css

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

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

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

border-color css

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

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

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