#16804C

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

Shades of Salem #16804C

Tints of Salem #16804C

Color information

#16804C (or 0x16804C) is unknown color: approx Salem. HEX triplet: 16, 80 and 4C. RGB value is (22,128,76). Sum of RGB (Red+Green+Blue) = 22+128+76=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #16804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16804C is #E97FB3. Grayscale: #5A5A5A. Windows color (decimal): -15302580 or 5013526. OLE color: 5013526.

HSL color Cylindrical-coordinate representation of color #16804C: hue angle of 150.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16804C is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB2212876-
CMYK0.8300.410.50
HSL150.57º70.67%29.41%-
HSV(B)150.57º82.81%50.2%-
XYZ9.3516.139.46-
YUV90.38119.8879.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 128 (50.39% from 255) = 56.64%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=9.73%
G=56.64%
B=33.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22128760.8300.410.50150.5770.6729.41
Hex16804C530293297471d
Octal262001141230516222710735
Binary101101000000010011001010011010100111001010010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16804C; }

 p { color: rgb(22,128,76); }

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

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

 a { background-color: rgb(22,128,76); }

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

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

 span { border-color: rgb(22,128,76); }

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