Html Css Color HEX #118255 Salem

📋 copy color: '#118255'

red 17 ◦ green 130 ◦ blue 85

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

Shades of Salem #118255

Tints of Salem #118255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 7.33%
G = 56.03%
B = 36.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#118255 (or 0x118255) is known color: Salem. HEX triplet: 11, 82 and 55. RGB value is (17,130,85). Sum of RGB (Red+Green+Blue) = 17+130+85=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #118255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118255 is #EE7DAA. Grayscale: #5B5B5B. Windows color (decimal): -15629739 or 5603857. OLE color: 5603857.

HSL color Cylindrical-coordinate representation of color #118255: hue angle of 156.11º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118255 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 85 -
CMYK 0.87 0 0.35 0.49
HSL 156.11º 0.77% 0.29% -
HSV(B) 156.11º 0.87% 0.51% -
XYZ 9.85 16.74 11.31 -
YUV 91.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 17 130 85 0.87 0 0.35 0.49 156.11 0.77 0.29
Hex 11 82 55 57 0 23 31 9C 4D 1D
Octal 21 202 125 127 0 43 61 234 115 35
Binary 10001 10000010 1010101 1010111 0 100011 110001 10011100 1001101 11101

Color Harmonies of #118255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118255

Black with #118255

Text Example


Text Example

White with #118255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118255; }

 p { color: rgb(17,130,85); }

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

background-color css

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

 a { background-color: rgb(17,130,85); }

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

border-color css

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

 span { border-color: rgb(17,130,85); }

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