#15784E

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

Shades of Salem #15784E

Tints of Salem #15784E

Color information

#15784E (or 0x15784E) is unknown color: approx Salem. HEX triplet: 15, 78 and 4E. RGB value is (21,120,78). Sum of RGB (Red+Green+Blue) = 21+120+78=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #15784E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15784E is #EA87B1. Grayscale: #555555. Windows color (decimal): -15370162 or 5142549. OLE color: 5142549.

HSL color Cylindrical-coordinate representation of color #15784E: hue angle of 154.55º 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 #15784E is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB2112078-
CMYK0.8300.350.53
HSL154.55º70.21%27.65%-
HSV(B)154.55º82.5%47.06%-
XYZ8.414.149.49-
YUV85.61123.781.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=9.59%
G=54.79%
B=35.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120780.8300.350.53154.5570.2127.65
Hex15784E53023359b461c
Octal251701161230436523310634
Binary10101111100010011101010011010001111010110011011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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