#15744B

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

Shades of Salem #15744B

Tints of Salem #15744B

Color information

#15744B (or 0x15744B) is unknown color: approx Salem. HEX triplet: 15, 74 and 4B. RGB value is (21,116,75). Sum of RGB (Red+Green+Blue) = 21+116+75=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #15744B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15744B is #EA8BB4. Grayscale: #525252. Windows color (decimal): -15371189 or 4944917. OLE color: 4944917.

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

Color convert

RGB2111675-
CMYK0.8200.350.55
HSL154.11º69.34%26.86%-
HSV(B)154.11º81.9%45.49%-
XYZ7.8213.168.78-
YUV82.92123.5383.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=9.91%
G=54.72%
B=35.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21116750.8200.350.55154.1169.3426.86
Hex15744B52023379a451b
Octal251641131220436723210533
Binary10101111010010010111010010010001111011110011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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