#157052

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

Shades of Salem #157052

Tints of Salem #157052

Color information

#157052 (or 0x157052) is unknown color: approx Salem. HEX triplet: 15, 70 and 52. RGB value is (21,112,82). Sum of RGB (Red+Green+Blue) = 21+112+82=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #157052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157052 is #EA8FAD. Grayscale: #515151. Windows color (decimal): -15372206 or 5402645. OLE color: 5402645.

HSL color Cylindrical-coordinate representation of color #157052: hue angle of 160.22º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157052 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB2111282-
CMYK0.8100.270.56
HSL160.22º68.42%26.08%-
HSV(B)160.22º81.25%43.92%-
XYZ7.6312.369.97-
YUV81.37128.3584.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=9.77%
G=52.09%
B=38.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112820.8100.270.56160.2268.4226.08
Hex1570525101B38a0441a
Octal251601221210337024010432
Binary1010111100001010010101000101101111100010100000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157052; }

 p { color: rgb(21,112,82); }

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

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

 a { background-color: rgb(21,112,82); }

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

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

 span { border-color: rgb(21,112,82); }

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