#15784B

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

Shades of Salem #15784B

Tints of Salem #15784B

Color information

#15784B (or 0x15784B) is unknown color: approx Salem. HEX triplet: 15, 78 and 4B. RGB value is (21,120,75). Sum of RGB (Red+Green+Blue) = 21+120+75=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #15784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15784B is #EA87B4. Grayscale: #555555. Windows color (decimal): -15370165 or 4945941. OLE color: 4945941.

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

Color convert

RGB2112075-
CMYK0.8300.370.53
HSL152.73º70.21%27.65%-
HSV(B)152.73º82.5%47.06%-
XYZ8.314.18.94-
YUV85.27122.282.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=9.72%
G=55.56%
B=34.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120750.8300.370.53152.7370.2127.65
Hex15784B530253599461c
Octal251701131230456523110634
Binary10101111100010010111010011010010111010110011001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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