#128552

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

Shades of Salem #128552

Tints of Salem #128552

Color information

#128552 (or 0x128552) is unknown color: approx Salem. HEX triplet: 12, 85 and 52. RGB value is (18,133,82). Sum of RGB (Red+Green+Blue) = 18+133+82=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #128552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128552 is #ED7AAD. Grayscale: #5C5C5C. Windows color (decimal): -15563438 or 5408018. OLE color: 5408018.

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

Color convert

RGB1813382-
CMYK0.8600.380.48
HSL153.39º76.16%29.61%-
HSV(B)153.39º86.47%52.16%-
XYZ10.1617.5110.83-
YUV92.8121.974.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=7.73%
G=57.08%
B=35.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133820.8600.380.48153.3976.1629.61
Hex1285525602630994c1e
Octal222051221260466023111436
Binary100101000010110100101010110010011011000010011001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128552; }

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

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

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

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

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

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

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

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