Html Css Color HEX #119139 Salem

📋 copy color: '#119139'

red 17 ◦ green 145 ◦ blue 57

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

Shades of Salem #119139

Tints of Salem #119139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 66.21%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 7.76%
G = 66.21%
B = 26.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#119139 (or 0x119139) is known color: Salem. HEX triplet: 11, 91 and 39. RGB value is (17,145,57). Sum of RGB (Red+Green+Blue) = 17+145+57=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #119139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119139 is #EE6EC6. Grayscale: #606060. Windows color (decimal): -15625927 or 3772689. OLE color: 3772689.

HSL color Cylindrical-coordinate representation of color #119139: hue angle of 138.75º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119139 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 57 -
CMYK 0.88 0 0.61 0.43
HSL 138.75º 0.79% 0.32% -
HSV(B) 138.75º 0.88% 0.57% -
XYZ 11.1 20.67 7.27 -
YUV 96.7 105.59 71.16 -
System Red Green Blue C M Y K H S L
Decimal 17 145 57 0.88 0 0.61 0.43 138.75 0.79 0.32
Hex 11 91 39 58 0 3D 2B 8B 4F 20
Octal 21 221 71 130 0 75 53 213 117 40
Binary 10001 10010001 111001 1011000 0 111101 101011 10001011 1001111 100000

Color Harmonies of #119139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119139

Black with #119139

Text Example


Text Example

White with #119139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119139; }

 p { color: rgb(17,145,57); }

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

background-color css

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

 a { background-color: rgb(17,145,57); }

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

border-color css

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

 span { border-color: rgb(17,145,57); }

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