#15734E

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

Shades of Salem #15734E

Tints of Salem #15734E

Color information

#15734E (or 0x15734E) is unknown color: approx Salem. HEX triplet: 15, 73 and 4E. RGB value is (21,115,78). Sum of RGB (Red+Green+Blue) = 21+115+78=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #15734E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15734E is #EA8CB1. Grayscale: #525252. Windows color (decimal): -15371442 or 5141269. OLE color: 5141269.

HSL color Cylindrical-coordinate representation of color #15734E: hue angle of 156.38º 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 #15734E is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB2111578-
CMYK0.8200.320.55
HSL156.38º69.12%26.67%-
HSV(B)156.38º81.74%45.1%-
XYZ7.8212.979.3-
YUV82.68125.3684.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 115 (45.31% from 255) = 53.74%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=9.81%
G=53.74%
B=36.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21115780.8200.320.55156.3869.1226.67
Hex15734E52020379c451b
Octal251631161220406723410533
Binary10101111001110011101010010010000011011110011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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