#15724E

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

Shades of Salem #15724E

Tints of Salem #15724E

Color information

#15724E (or 0x15724E) is unknown color: approx Salem. HEX triplet: 15, 72 and 4E. RGB value is (21,114,78). Sum of RGB (Red+Green+Blue) = 21+114+78=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #15724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15724E is #EA8DB1. Grayscale: #525252. Windows color (decimal): -15371698 or 5141013. OLE color: 5141013.

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

Color convert

RGB2111478-
CMYK0.8200.320.55
HSL156.77º68.89%26.47%-
HSV(B)156.77º81.58%44.71%-
XYZ7.712.749.26-
YUV82.09125.6984.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=9.86%
G=53.52%
B=36.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114780.8200.320.55156.7768.8926.47
Hex15724E52020379d451a
Octal251621161220406723510532
Binary10101111001010011101010010010000011011110011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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