#117450

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

Shades of Salem #117450

Tints of Salem #117450

Color information

#117450 (or 0x117450) is unknown color: approx Salem. HEX triplet: 11, 74 and 50. RGB value is (17,116,80). Sum of RGB (Red+Green+Blue) = 17+116+80=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #117450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117450 is #EE8BAF. Grayscale: #525252. Windows color (decimal): -15633328 or 5272593. OLE color: 5272593.

HSL color Cylindrical-coordinate representation of color #117450: hue angle of 158.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117450 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1711680-
CMYK0.8500.310.55
HSL158.18º74.44%26.08%-
HSV(B)158.18º85.34%45.49%-
XYZ7.9213.199.72-
YUV82.3126.781.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 116 (45.70% from 255) = 54.46%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=7.98%
G=54.46%
B=37.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116800.8500.310.55158.1874.4426.08
Hex1174505501F379e4a1a
Octal211641201250376723611232
Binary1000111101001010000101010101111111011110011110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117450; }

 p { color: rgb(17,116,80); }

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

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

 a { background-color: rgb(17,116,80); }

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

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

 span { border-color: rgb(17,116,80); }

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