#16774C

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

Shades of Salem #16774C

Tints of Salem #16774C

Color information

#16774C (or 0x16774C) is unknown color: approx Salem. HEX triplet: 16, 77 and 4C. RGB value is (22,119,76). Sum of RGB (Red+Green+Blue) = 22+119+76=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #16774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16774C is #E988B3. Grayscale: #555555. Windows color (decimal): -15304884 or 5011222. OLE color: 5011222.

HSL color Cylindrical-coordinate representation of color #16774C: hue angle of 153.4º 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 #16774C is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB2211976-
CMYK0.8200.360.53
HSL153.4º68.79%27.65%-
HSV(B)153.4º81.51%46.67%-
XYZ8.2313.899.08-
YUV85.1122.8683-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=10.14%
G=54.84%
B=35.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22119760.8200.360.53153.468.7927.65
Hex16774C520243599451c
Octal261671141220446523110534
Binary10110111011110011001010010010010011010110011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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