#129148

Color #129148 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #129148

Tints of Salem #129148

Color information

#129148 (or 0x129148) is unknown color: approx Salem. HEX triplet: 12, 91 and 48. RGB value is (18,145,72). Sum of RGB (Red+Green+Blue) = 18+145+72=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #129148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129148 is #ED6EB7. Grayscale: #626262. Windows color (decimal): -15560376 or 4755730. OLE color: 4755730.

HSL color Cylindrical-coordinate representation of color #129148: hue angle of 145.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129148 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1814572-
CMYK0.8800.500.43
HSL145.51º77.91%31.96%-
HSV(B)145.51º87.59%56.86%-
XYZ11.5420.859.55-
YUV98.7112.9270.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 145 (57.03% from 255) = 61.70%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=7.66%
G=61.70%
B=30.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18145720.8800.500.43145.5177.9131.96
Hex129148580322B924e20
Octal222211101300625322211640
Binary1001010010001100100010110000110010101011100100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129148; }

 p { color: rgb(18,145,72); }

 H1.HeaderClassName
 {
   color: #129148;
 }
 .AnyTagClassName
 {
   color: #129148;
 }
</style>
background-color css

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

 a { background-color: rgb(18,145,72); }

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

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

 span { border-color: rgb(18,145,72); }

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