#15724C

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

Shades of Salem #15724C

Tints of Salem #15724C

Color information

#15724C (or 0x15724C) is unknown color: approx Salem. HEX triplet: 15, 72 and 4C. RGB value is (21,114,76). Sum of RGB (Red+Green+Blue) = 21+114+76=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #15724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15724C is #EA8DB3. Grayscale: #515151. Windows color (decimal): -15371700 or 5009941. OLE color: 5009941.

HSL color Cylindrical-coordinate representation of color #15724C: hue angle of 155.48º 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 #15724C is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB2111476-
CMYK0.8200.330.55
HSL155.48º68.89%26.47%-
HSV(B)155.48º81.58%44.71%-
XYZ7.6312.728.89-
YUV81.86124.6984.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=9.95%
G=54.03%
B=36.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114760.8200.330.55155.4868.8926.47
Hex15724C52021379b451a
Octal251621141220416723310532
Binary10101111001010011001010010010000111011110011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15724C; }

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

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

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

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

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

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

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

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