#128252

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

Shades of Salem #128252

Tints of Salem #128252

Color information

#128252 (or 0x128252) is unknown color: approx Salem. HEX triplet: 12, 82 and 52. RGB value is (18,130,82). Sum of RGB (Red+Green+Blue) = 18+130+82=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #128252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128252 is #ED7DAD. Grayscale: #5B5B5B. Windows color (decimal): -15564206 or 5407250. OLE color: 5407250.

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

Color convert

RGB1813082-
CMYK0.8600.370.49
HSL154.29º75.68%29.02%-
HSV(B)154.29º86.15%50.98%-
XYZ9.7616.710.69-
YUV91.04122.8975.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=7.83%
G=56.52%
B=35.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130820.8600.370.49154.2975.6829.02
Hex12825256025319a4c1d
Octal222021221260456123211435
Binary100101000001010100101010110010010111000110011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128252; }

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

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

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

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

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

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

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

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