#15784A

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

Shades of Salem #15784A

Tints of Salem #15784A

Color information

#15784A (or 0x15784A) is unknown color: approx Salem. HEX triplet: 15, 78 and 4A. RGB value is (21,120,74). Sum of RGB (Red+Green+Blue) = 21+120+74=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #15784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15784A is #EA87B5. Grayscale: #555555. Windows color (decimal): -15370166 or 4880405. OLE color: 4880405.

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

Color convert

RGB2112074-
CMYK0.8300.380.53
HSL152.12º70.21%27.65%-
HSV(B)152.12º82.5%47.06%-
XYZ8.2614.098.76-
YUV85.16121.782.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=9.77%
G=55.81%
B=34.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120740.8300.380.53152.1270.2127.65
Hex15784A530263598461c
Octal251701121230466523010634
Binary10101111100010010101010011010011011010110011000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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