#15784F

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

Shades of Salem #15784F

Tints of Salem #15784F

Color information

#15784F (or 0x15784F) is unknown color: approx Salem. HEX triplet: 15, 78 and 4F. RGB value is (21,120,79). Sum of RGB (Red+Green+Blue) = 21+120+79=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #15784F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15784F is #EA87B0. Grayscale: #555555. Windows color (decimal): -15370161 or 5208085. OLE color: 5208085.

HSL color Cylindrical-coordinate representation of color #15784F: hue angle of 155.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15784F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB2112079-
CMYK0.8300.340.53
HSL155.15º70.21%27.65%-
HSV(B)155.15º82.5%47.06%-
XYZ8.4414.169.69-
YUV85.72124.281.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=9.55%
G=54.55%
B=35.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120790.8300.340.53155.1570.2127.65
Hex15784F53022359b461c
Octal251701171230426523310634
Binary10101111100010011111010011010001011010110011011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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