#16764A

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

Shades of Salem #16764A

Tints of Salem #16764A

Color information

#16764A (or 0x16764A) is unknown color: approx Salem. HEX triplet: 16, 76 and 4A. RGB value is (22,118,74). Sum of RGB (Red+Green+Blue) = 22+118+74=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #16764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16764A is #E989B5. Grayscale: #545454. Windows color (decimal): -15305142 or 4879894. OLE color: 4879894.

HSL color Cylindrical-coordinate representation of color #16764A: hue angle of 152.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16764A is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB2211874-
CMYK0.8100.370.54
HSL152.5º68.57%27.45%-
HSV(B)152.5º81.36%46.27%-
XYZ8.0513.628.68-
YUV84.28122.283.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=10.28%
G=55.14%
B=34.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118740.8100.370.54152.568.5727.45
Hex16764A510253698451b
Octal261661121210456623010533
Binary10110111011010010101010001010010111011010011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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