Html Css Color HEX #118952 Salem

📋 copy color: '#118952'

red 17 ◦ green 137 ◦ blue 82

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

Shades of Salem #118952

Tints of Salem #118952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 7.2%
G = 58.05%
B = 34.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#118952 (or 0x118952) is known color: Salem. HEX triplet: 11, 89 and 52. RGB value is (17,137,82). Sum of RGB (Red+Green+Blue) = 17+137+82=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #118952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118952 is #EE76AD. Grayscale: #5E5E5E. Windows color (decimal): -15627950 or 5409041. OLE color: 5409041.

HSL color Cylindrical-coordinate representation of color #118952: hue angle of 152.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 #118952 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 82 -
CMYK 0.88 0 0.40 0.46
HSL 152.5º 0.78% 0.3% -
HSV(B) 152.5º 0.88% 0.54% -
XYZ 10.7 18.62 11.01 -
YUV 94.85 120.74 72.47 -
System Red Green Blue C M Y K H S L
Decimal 17 137 82 0.88 0 0.40 0.46 152.5 0.78 0.3
Hex 11 89 52 58 0 28 2E 98 4E 1E
Octal 21 211 122 130 0 50 56 230 116 36
Binary 10001 10001001 1010010 1011000 0 101000 101110 10011000 1001110 11110

Color Harmonies of #118952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118952

Black with #118952

Text Example


Text Example

White with #118952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118952; }

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

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

background-color css

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

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

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

border-color css

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

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

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