#157A54

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

Shades of Salem #157A54

Tints of Salem #157A54

Color information

#157A54 (or 0x157A54) is unknown color: approx Salem. HEX triplet: 15, 7A and 54. RGB value is (21,122,84). Sum of RGB (Red+Green+Blue) = 21+122+84=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #157A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A54 is #EA85AB. Grayscale: #575757. Windows color (decimal): -15369644 or 5536277. OLE color: 5536277.

HSL color Cylindrical-coordinate representation of color #157A54: hue angle of 157.43º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157A54 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB2112284-
CMYK0.8300.310.52
HSL157.43º70.63%28.04%-
HSV(B)157.43º82.79%47.84%-
XYZ8.8714.7210.76-
YUV87.47126.0480.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 122 (48.05% from 255) = 53.74%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=9.25%
G=53.74%
B=37.00%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21122840.8300.310.52157.4370.6328.04
Hex157A545301F349d471c
Octal251721241230376423510734
Binary1010111110101010100101001101111111010010011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157A54; }

 p { color: rgb(21,122,84); }

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

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

 a { background-color: rgb(21,122,84); }

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

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

 span { border-color: rgb(21,122,84); }

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