#15794F

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

Shades of Salem #15794F

Tints of Salem #15794F

Color information

#15794F (or 0x15794F) is unknown color: approx Salem. HEX triplet: 15, 79 and 4F. RGB value is (21,121,79). Sum of RGB (Red+Green+Blue) = 21+121+79=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #15794F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15794F is #EA86B0. Grayscale: #565656. Windows color (decimal): -15369905 or 5208341. OLE color: 5208341.

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

Color convert

RGB2112179-
CMYK0.8300.350.53
HSL154.8º70.42%27.84%-
HSV(B)154.8º82.64%47.45%-
XYZ8.5614.49.73-
YUV86.31123.8781.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 121 (47.66% from 255) = 54.75%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=9.50%
G=54.75%
B=35.75%

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
Decimal21121790.8300.350.53154.870.4227.84
Hex15794F53023359b461c
Octal251711171230436523310634
Binary10101111100110011111010011010001111010110011011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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