#11924A

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

Shades of Salem #11924A

Tints of Salem #11924A

Color information

#11924A (or 0x11924A) is unknown color: approx Salem. HEX triplet: 11, 92 and 4A. RGB value is (17,146,74). Sum of RGB (Red+Green+Blue) = 17+146+74=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #11924A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11924A is #EE6DB5. Grayscale: #636363. Windows color (decimal): -15625654 or 4887057. OLE color: 4887057.

HSL color Cylindrical-coordinate representation of color #11924A: hue angle of 146.51º 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 #11924A is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1714674-
CMYK0.8800.490.43
HSL146.51º79.14%31.96%-
HSV(B)146.51º88.36%57.25%-
XYZ11.7521.179.95-
YUV99.22113.7669.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=7.17%
G=61.60%
B=31.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17146740.8800.490.43146.5179.1431.96
Hex11924A580312B934f20
Octal212221121300615322311740
Binary1000110010010100101010110000110001101011100100111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11924A; }

 p { color: rgb(17,146,74); }

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

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

 a { background-color: rgb(17,146,74); }

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

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

 span { border-color: rgb(17,146,74); }

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