#119041

Color #119041 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #119041

Tints of Salem #119041

Color information

#119041 (or 0x119041) is unknown color: approx Salem. HEX triplet: 11, 90 and 41. RGB value is (17,144,65). Sum of RGB (Red+Green+Blue) = 17+144+65=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #119041 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119041 is #EE6FBE. Grayscale: #616161. Windows color (decimal): -15626175 or 4296721. OLE color: 4296721.

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

Color convert

RGB1714465-
CMYK0.8800.550.44
HSL142.68º78.88%31.57%-
HSV(B)142.68º88.19%56.47%-
XYZ11.1620.458.36-
YUV97.02109.9270.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 144 (56.64% from 255) = 63.72%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=7.52%
G=63.72%
B=28.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17144650.8800.550.44142.6878.8831.57
Hex119041580372C8f4f20
Octal212201011300675421711740
Binary1000110010000100000110110000110111101100100011111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119041; }

 p { color: rgb(17,144,65); }

 H1.HeaderClassName
 {
   color: #119041;
 }
 .AnyTagClassName
 {
   color: #119041;
 }
</style>
background-color css

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

 a { background-color: rgb(17,144,65); }

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

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

 span { border-color: rgb(17,144,65); }

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