#15734F

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

Shades of Salem #15734F

Tints of Salem #15734F

Color information

#15734F (or 0x15734F) is unknown color: approx Salem. HEX triplet: 15, 73 and 4F. RGB value is (21,115,79). Sum of RGB (Red+Green+Blue) = 21+115+79=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #15734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15734F is #EA8CB0. Grayscale: #525252. Windows color (decimal): -15371441 or 5206805. OLE color: 5206805.

HSL color Cylindrical-coordinate representation of color #15734F: hue angle of 157.02º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15734F is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB2111579-
CMYK0.8200.310.55
HSL157.02º69.12%26.67%-
HSV(B)157.02º81.74%45.1%-
XYZ7.8512.999.49-
YUV82.79125.8683.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=9.77%
G=53.49%
B=36.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21115790.8200.310.55157.0269.1226.67
Hex15734F5201F379d451b
Octal251631171220376723510533
Binary1010111100111001111101001001111111011110011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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