Html Css Color HEX #118752 Salem

📋 copy color: '#118752'

red 17 ◦ green 135 ◦ blue 82

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

Shades of Salem #118752

Tints of Salem #118752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.69%

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

R = 7.26%
G = 57.69%
B = 35.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#118752 (or 0x118752) is known color: Salem. HEX triplet: 11, 87 and 52. RGB value is (17,135,82). Sum of RGB (Red+Green+Blue) = 17+135+82=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #118752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118752 is #EE78AD. Grayscale: #5D5D5D. Windows color (decimal): -15628462 or 5408529. OLE color: 5408529.

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

Color convert

RGB 17 135 82 -
CMYK 0.87 0 0.39 0.47
HSL 153.05º 0.78% 0.3% -
HSV(B) 153.05º 0.87% 0.53% -
XYZ 10.42 18.06 10.92 -
YUV 93.68 121.41 73.31 -
System Red Green Blue C M Y K H S L
Decimal 17 135 82 0.87 0 0.39 0.47 153.05 0.78 0.3
Hex 11 87 52 57 0 27 2F 99 4E 1E
Octal 21 207 122 127 0 47 57 231 116 36
Binary 10001 10000111 1010010 1010111 0 100111 101111 10011001 1001110 11110

Color Harmonies of #118752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118752

Black with #118752

Text Example


Text Example

White with #118752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118752; }

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

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

background-color css

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

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

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

border-color css

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

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

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