Html Css Color HEX #118948 Salem

📋 copy color: '#118948'

red 17 ◦ green 137 ◦ blue 72

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

Shades of Salem #118948

Tints of Salem #118948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.62%

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

R = 7.52%
G = 60.62%
B = 31.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#118948 (or 0x118948) is known color: Salem. HEX triplet: 11, 89 and 48. RGB value is (17,137,72). Sum of RGB (Red+Green+Blue) = 17+137+72=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #118948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118948 is #EE76B7. Grayscale: #5D5D5D. Windows color (decimal): -15627960 or 4753681. OLE color: 4753681.

HSL color Cylindrical-coordinate representation of color #118948: hue angle of 147.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118948 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 72 -
CMYK 0.88 0 0.47 0.46
HSL 147.5º 0.78% 0.3% -
HSV(B) 147.5º 0.88% 0.54% -
XYZ 10.35 18.48 9.15 -
YUV 93.71 115.74 73.29 -
System Red Green Blue C M Y K H S L
Decimal 17 137 72 0.88 0 0.47 0.46 147.5 0.78 0.3
Hex 11 89 48 58 0 2F 2E 94 4E 1E
Octal 21 211 110 130 0 57 56 224 116 36
Binary 10001 10001001 1001000 1011000 0 101111 101110 10010100 1001110 11110

Color Harmonies of #118948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118948

Black with #118948

Text Example


Text Example

White with #118948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118948; }

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

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

background-color css

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

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

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

border-color css

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

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

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