#15764F

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

Shades of Salem #15764F

Tints of Salem #15764F

Color information

#15764F (or 0x15764F) is unknown color: approx Salem. HEX triplet: 15, 76 and 4F. RGB value is (21,118,79). Sum of RGB (Red+Green+Blue) = 21+118+79=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #15764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15764F is #EA89B0. Grayscale: #545454. Windows color (decimal): -15370673 or 5207573. OLE color: 5207573.

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

Color convert

RGB2111879-
CMYK0.8200.330.54
HSL155.88º69.78%27.25%-
HSV(B)155.88º82.2%46.27%-
XYZ8.213.689.61-
YUV84.55124.8682.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=9.63%
G=54.13%
B=36.24%

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
Decimal21118790.8200.330.54155.8869.7827.25
Hex15764F52021369c461b
Octal251661171220416623410633
Binary10101111011010011111010010010000111011010011100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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