#11754A

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

Shades of Salem #11754A

Tints of Salem #11754A

Color information

#11754A (or 0x11754A) is unknown color: approx Salem. HEX triplet: 11, 75 and 4A. RGB value is (17,117,74). Sum of RGB (Red+Green+Blue) = 17+117+74=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #11754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11754A is #EE8AB5. Grayscale: #525252. Windows color (decimal): -15633078 or 4879633. OLE color: 4879633.

HSL color Cylindrical-coordinate representation of color #11754A: hue angle of 154.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11754A is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1711774-
CMYK0.8500.370.54
HSL154.2º74.63%26.27%-
HSV(B)154.2º85.47%45.88%-
XYZ7.8313.348.64-
YUV82.2123.3781.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=8.17%
G=56.25%
B=35.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117740.8500.370.54154.274.6326.27
Hex11754A55025369a4b1a
Octal211651121250456623211332
Binary10001111010110010101010101010010111011010011010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11754A; }

 p { color: rgb(17,117,74); }

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

<style>
 a { background-color: #11754A; }

 a { background-color: rgb(17,117,74); }

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

<style>
 span { border-color: #11754A; }

 span { border-color: rgb(17,117,74); }

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