Html Css Color HEX #117E4B Salem

📋 copy color: '#117E4B'

red 17 ◦ green 126 ◦ blue 75

#117E4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #117E4B

Tints of Salem #117E4B

RGB

 RED value IS 17 (7.03% from 255) = 7.8%

 GREEN value IS 126 (49.61% from 255) = 57.8%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 7.8%
G = 57.8%
B = 34.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#117E4B (or 0x117E4B) is known color: Salem. HEX triplet: 11, 7E and 4B. RGB value is (17,126,75). Sum of RGB (Red+Green+Blue) = 17+126+75=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #117E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117E4B is #EE81B4. Grayscale: #575757. Windows color (decimal): -15630773 or 4947473. OLE color: 4947473.

HSL color Cylindrical-coordinate representation of color #117E4B: hue angle of 151.93º 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 #117E4B is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 126 75 -
CMYK 0.87 0 0.40 0.51
HSL 151.93º 0.76% 0.28% -
HSV(B) 151.93º 0.87% 0.49% -
XYZ 8.96 15.55 9.19 -
YUV 87.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 17 126 75 0.87 0 0.40 0.51 151.93 0.76 0.28
Hex 11 7E 4B 57 0 28 33 98 4C 1C
Octal 21 176 113 127 0 50 63 230 114 34
Binary 10001 1111110 1001011 1010111 0 101000 110011 10011000 1001100 11100

Color Harmonies of #117E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117E4B

Black with #117E4B

Text Example


Text Example

White with #117E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #117E4B;
 }
 .AnyTagClassName
 {
   color: #117E4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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