Html Css Color HEX #117948 Salem

📋 copy color: '#117948'

red 17 ◦ green 121 ◦ blue 72

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

Shades of Salem #117948

Tints of Salem #117948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.62%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 8.1%
G = 57.62%
B = 34.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#117948 (or 0x117948) is known color: Salem. HEX triplet: 11, 79 and 48. RGB value is (17,121,72). Sum of RGB (Red+Green+Blue) = 17+121+72=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #117948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117948 is #EE86B7. Grayscale: #545454. Windows color (decimal): -15632056 or 4749585. OLE color: 4749585.

HSL color Cylindrical-coordinate representation of color #117948: hue angle of 151.73º 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 #117948 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 72 -
CMYK 0.86 0 0.40 0.53
HSL 151.73º 0.75% 0.27% -
HSV(B) 151.73º 0.86% 0.47% -
XYZ 8.24 14.26 8.45 -
YUV 84.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 17 121 72 0.86 0 0.40 0.53 151.73 0.75 0.27
Hex 11 79 48 56 0 28 35 98 4B 1B
Octal 21 171 110 126 0 50 65 230 113 33
Binary 10001 1111001 1001000 1010110 0 101000 110101 10011000 1001011 11011

Color Harmonies of #117948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117948

Black with #117948

Text Example


Text Example

White with #117948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117948; }

 p { color: rgb(17,121,72); }

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

background-color css

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

 a { background-color: rgb(17,121,72); }

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

border-color css

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

 span { border-color: rgb(17,121,72); }

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