#15754B

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

Shades of Salem #15754B

Tints of Salem #15754B

Color information

#15754B (or 0x15754B) is unknown color: approx Salem. HEX triplet: 15, 75 and 4B. RGB value is (21,117,75). Sum of RGB (Red+Green+Blue) = 21+117+75=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #15754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15754B is #EA8AB4. Grayscale: #535353. Windows color (decimal): -15370933 or 4945173. OLE color: 4945173.

HSL color Cylindrical-coordinate representation of color #15754B: hue angle of 153.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15754B is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB2111775-
CMYK0.8200.360.54
HSL153.75º69.57%27.06%-
HSV(B)153.75º82.05%45.88%-
XYZ7.9413.398.82-
YUV83.51123.283.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=9.86%
G=54.93%
B=35.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21117750.8200.360.54153.7569.5727.06
Hex15754B52024369a461b
Octal251651131220446623210633
Binary10101111010110010111010010010010011011010011010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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