#16924A

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

Shades of Salem #16924A

Tints of Salem #16924A

Color information

#16924A (or 0x16924A) is unknown color: approx Salem. HEX triplet: 16, 92 and 4A. RGB value is (22,146,74). Sum of RGB (Red+Green+Blue) = 22+146+74=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #16924A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16924A is #E96DB5. Grayscale: #646464. Windows color (decimal): -15297974 or 4887062. OLE color: 4887062.

HSL color Cylindrical-coordinate representation of color #16924A: hue angle of 145.16º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16924A is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB2214674-
CMYK0.8500.490.43
HSL145.16º73.81%32.94%-
HSV(B)145.16º84.93%57.25%-
XYZ11.8521.229.95-
YUV100.72112.9271.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=9.09%
G=60.33%
B=30.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22146740.8500.490.43145.1673.8132.94
Hex16924A550312B914a21
Octal262221121250615322111241
Binary1011010010010100101010101010110001101011100100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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