#117E4F

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

Shades of Salem #117E4F

Tints of Salem #117E4F

Color information

#117E4F (or 0x117E4F) is unknown color: approx Salem. HEX triplet: 11, 7E and 4F. RGB value is (17,126,79). Sum of RGB (Red+Green+Blue) = 17+126+79=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #117E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E4F is #EE81B0. Grayscale: #585858. Windows color (decimal): -15630769 or 5209617. OLE color: 5209617.

HSL color Cylindrical-coordinate representation of color #117E4F: hue angle of 154.13º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E4F is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1712679-
CMYK0.8700.370.51
HSL154.13º76.22%28.04%-
HSV(B)154.13º86.51%49.41%-
XYZ9.115.619.93-
YUV88.05122.8977.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 126 (49.61% from 255) = 56.76%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=7.66%
G=56.76%
B=35.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17126790.8700.370.51154.1376.2228.04
Hex117E4F57025339a4c1c
Octal211761171270456323211434
Binary10001111111010011111010111010010111001110011010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117E4F; }

 p { color: rgb(17,126,79); }

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

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

 a { background-color: rgb(17,126,79); }

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

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

 span { border-color: rgb(17,126,79); }

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