#157752

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

Shades of Salem #157752

Tints of Salem #157752

Color information

#157752 (or 0x157752) is unknown color: approx Salem. HEX triplet: 15, 77 and 52. RGB value is (21,119,82). Sum of RGB (Red+Green+Blue) = 21+119+82=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #157752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157752 is #EA88AD. Grayscale: #555555. Windows color (decimal): -15370414 or 5404437. OLE color: 5404437.

HSL color Cylindrical-coordinate representation of color #157752: hue angle of 157.35º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157752 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB2111982-
CMYK0.8200.310.53
HSL157.35º70%27.45%-
HSV(B)157.35º82.35%46.67%-
XYZ8.4313.9610.23-
YUV85.48126.0382.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=9.46%
G=53.60%
B=36.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119820.8200.310.53157.357027.45
Hex1577525201F359d461b
Octal251671221220376523510633
Binary1010111101111010010101001001111111010110011101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157752; }

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

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

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

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

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

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

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

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