#15764A

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

Shades of Salem #15764A

Tints of Salem #15764A

Color information

#15764A (or 0x15764A) is unknown color: approx Salem. HEX triplet: 15, 76 and 4A. RGB value is (21,118,74). Sum of RGB (Red+Green+Blue) = 21+118+74=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #15764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15764A is #EA89B5. Grayscale: #545454. Windows color (decimal): -15370678 or 4879893. OLE color: 4879893.

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

Color convert

RGB2111874-
CMYK0.8200.370.54
HSL152.78º69.78%27.25%-
HSV(B)152.78º82.2%46.27%-
XYZ8.0213.618.68-
YUV83.98122.3683.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=9.86%
G=55.40%
B=34.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118740.8200.370.54152.7869.7827.25
Hex15764A520253699461b
Octal251661121220456623110633
Binary10101111011010010101010010010010111011010011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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