#15764B

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

Shades of Salem #15764B

Tints of Salem #15764B

Color information

#15764B (or 0x15764B) is unknown color: approx Salem. HEX triplet: 15, 76 and 4B. RGB value is (21,118,75). Sum of RGB (Red+Green+Blue) = 21+118+75=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #15764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15764B is #EA89B4. Grayscale: #545454. Windows color (decimal): -15370677 or 4945429. OLE color: 4945429.

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

Color convert

RGB2111875-
CMYK0.8200.360.54
HSL153.4º69.78%27.25%-
HSV(B)153.4º82.2%46.27%-
XYZ8.0613.628.86-
YUV84.09122.8683-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=9.81%
G=55.14%
B=35.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118750.8200.360.54153.469.7827.25
Hex15764B520243699461b
Octal251661131220446623110633
Binary10101111011010010111010010010010011011010011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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