#128253

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

Shades of Salem #128253

Tints of Salem #128253

Color information

#128253 (or 0x128253) is unknown color: approx Salem. HEX triplet: 12, 82 and 53. RGB value is (18,130,83). Sum of RGB (Red+Green+Blue) = 18+130+83=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #128253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128253 is #ED7DAC. Grayscale: #5B5B5B. Windows color (decimal): -15564205 or 5472786. OLE color: 5472786.

HSL color Cylindrical-coordinate representation of color #128253: hue angle of 154.82º 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 #128253 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1813083-
CMYK0.8600.360.49
HSL154.82º75.68%29.02%-
HSV(B)154.82º86.15%50.98%-
XYZ9.7916.7210.89-
YUV91.15123.3975.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=7.79%
G=56.28%
B=35.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130830.8600.360.49154.8275.6829.02
Hex12825356024319b4c1d
Octal222021231260446123311435
Binary100101000001010100111010110010010011000110011011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128253; }

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

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

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

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

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

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

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

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