#16784C

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

Shades of Salem #16784C

Tints of Salem #16784C

Color information

#16784C (or 0x16784C) is unknown color: approx Salem. HEX triplet: 16, 78 and 4C. RGB value is (22,120,76). Sum of RGB (Red+Green+Blue) = 22+120+76=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #16784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16784C is #E987B3. Grayscale: #555555. Windows color (decimal): -15304628 or 5011478. OLE color: 5011478.

HSL color Cylindrical-coordinate representation of color #16784C: hue angle of 153.06º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16784C is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB2212076-
CMYK0.8200.370.53
HSL153.06º69.01%27.84%-
HSV(B)153.06º81.67%47.06%-
XYZ8.3514.139.12-
YUV85.68122.5382.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=10.09%
G=55.05%
B=34.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22120760.8200.370.53153.0669.0127.84
Hex16784C520253599451c
Octal261701141220456523110534
Binary10110111100010011001010010010010111010110011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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