Html Css Color HEX #117853 Salem

📋 copy color: '#117853'

red 17 ◦ green 120 ◦ blue 83

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

Shades of Salem #117853

Tints of Salem #117853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.55%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 7.73%
G = 54.55%
B = 37.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#117853 (or 0x117853) is known color: Salem. HEX triplet: 11, 78 and 53. RGB value is (17,120,83). Sum of RGB (Red+Green+Blue) = 17+120+83=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #117853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117853 is #EE87AC. Grayscale: #555555. Windows color (decimal): -15632301 or 5470225. OLE color: 5470225.

HSL color Cylindrical-coordinate representation of color #117853: hue angle of 158.45º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117853 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 120 83 -
CMYK 0.86 0 0.31 0.53
HSL 158.45º 0.75% 0.27% -
HSV(B) 158.45º 0.86% 0.47% -
XYZ 8.51 14.18 10.47 -
YUV 84.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 17 120 83 0.86 0 0.31 0.53 158.45 0.75 0.27
Hex 11 78 53 56 0 1F 35 9E 4B 1B
Octal 21 170 123 126 0 37 65 236 113 33
Binary 10001 1111000 1010011 1010110 0 11111 110101 10011110 1001011 11011

Color Harmonies of #117853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117853

Black with #117853

Text Example


Text Example

White with #117853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117853; }

 p { color: rgb(17,120,83); }

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

background-color css

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

 a { background-color: rgb(17,120,83); }

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

border-color css

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

 span { border-color: rgb(17,120,83); }

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