#15754E

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

Shades of Salem #15754E

Tints of Salem #15754E

Color information

#15754E (or 0x15754E) is unknown color: approx Salem. HEX triplet: 15, 75 and 4E. RGB value is (21,117,78). Sum of RGB (Red+Green+Blue) = 21+117+78=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #15754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15754E is #EA8AB1. Grayscale: #535353. Windows color (decimal): -15370930 or 5141781. OLE color: 5141781.

HSL color Cylindrical-coordinate representation of color #15754E: hue angle of 155.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15754E is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB2111778-
CMYK0.8200.330.54
HSL155.62º69.57%27.06%-
HSV(B)155.62º82.05%45.88%-
XYZ8.0513.439.38-
YUV83.85124.783.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=9.72%
G=54.17%
B=36.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21117780.8200.330.54155.6269.5727.06
Hex15754E52021369c461b
Octal251651161220416623410633
Binary10101111010110011101010010010000111011010011100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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