Html Css Color HEX #118148 Salem

📋 copy color: '#118148'

red 17 ◦ green 129 ◦ blue 72

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

Shades of Salem #118148

Tints of Salem #118148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.17%

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

R = 7.8%
G = 59.17%
B = 33.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#118148 (or 0x118148) is known color: Salem. HEX triplet: 11, 81 and 48. RGB value is (17,129,72). Sum of RGB (Red+Green+Blue) = 17+129+72=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #118148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118148 is #EE7EB7. Grayscale: #595959. Windows color (decimal): -15630008 or 4751633. OLE color: 4751633.

HSL color Cylindrical-coordinate representation of color #118148: hue angle of 149.46º 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 #118148 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 72 -
CMYK 0.87 0 0.44 0.49
HSL 149.46º 0.77% 0.29% -
HSV(B) 149.46º 0.87% 0.51% -
XYZ 9.25 16.29 8.79 -
YUV 89.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 17 129 72 0.87 0 0.44 0.49 149.46 0.77 0.29
Hex 11 81 48 57 0 2C 31 95 4D 1D
Octal 21 201 110 127 0 54 61 225 115 35
Binary 10001 10000001 1001000 1010111 0 101100 110001 10010101 1001101 11101

Color Harmonies of #118148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118148

Black with #118148

Text Example


Text Example

White with #118148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118148; }

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

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

background-color css

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

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

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

border-color css

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

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

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