#15724D

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

Shades of Salem #15724D

Tints of Salem #15724D

Color information

#15724D (or 0x15724D) is unknown color: approx Salem. HEX triplet: 15, 72 and 4D. RGB value is (21,114,77). Sum of RGB (Red+Green+Blue) = 21+114+77=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #15724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15724D is #EA8DB2. Grayscale: #525252. Windows color (decimal): -15371699 or 5075477. OLE color: 5075477.

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

Color convert

RGB2111477-
CMYK0.8200.320.55
HSL156.13º68.89%26.47%-
HSV(B)156.13º81.58%44.71%-
XYZ7.6712.739.07-
YUV81.98125.1984.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 114 (44.92% from 255) = 53.77%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=9.91%
G=53.77%
B=36.32%

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
Decimal21114770.8200.320.55156.1368.8926.47
Hex15724D52020379c451a
Octal251621151220406723410532
Binary10101111001010011011010010010000011011110011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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