#157252

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

Shades of Salem #157252

Tints of Salem #157252

Color information

#157252 (or 0x157252) is unknown color: approx Salem. HEX triplet: 15, 72 and 52. RGB value is (21,114,82). Sum of RGB (Red+Green+Blue) = 21+114+82=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #157252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157252 is #EA8DAD. Grayscale: #525252. Windows color (decimal): -15371694 or 5403157. OLE color: 5403157.

HSL color Cylindrical-coordinate representation of color #157252: hue angle of 159.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157252 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB2111482-
CMYK0.8200.280.55
HSL159.35º68.89%26.47%-
HSV(B)159.35º81.58%44.71%-
XYZ7.8512.810.04-
YUV82.54127.6984.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=9.68%
G=52.53%
B=37.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114820.8200.280.55159.3568.8926.47
Hex1572525201C379f451a
Octal251621221220346723710532
Binary1010111100101010010101001001110011011110011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157252; }

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

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

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

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

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

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

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

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