#15764E

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

Shades of Salem #15764E

Tints of Salem #15764E

Color information

#15764E (or 0x15764E) is unknown color: approx Salem. HEX triplet: 15, 76 and 4E. RGB value is (21,118,78). Sum of RGB (Red+Green+Blue) = 21+118+78=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #15764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15764E is #EA89B1. Grayscale: #545454. Windows color (decimal): -15370674 or 5142037. OLE color: 5142037.

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

Color convert

RGB2111878-
CMYK0.8200.340.54
HSL155.26º69.78%27.25%-
HSV(B)155.26º82.2%46.27%-
XYZ8.1613.679.42-
YUV84.44124.3682.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=9.68%
G=54.38%
B=35.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118780.8200.340.54155.2669.7827.25
Hex15764E52022369b461b
Octal251661161220426623310633
Binary10101111011010011101010010010001011011010011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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