#16764D

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

Shades of Salem #16764D

Tints of Salem #16764D

Color information

#16764D (or 0x16764D) is unknown color: approx Salem. HEX triplet: 16, 76 and 4D. RGB value is (22,118,77). Sum of RGB (Red+Green+Blue) = 22+118+77=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #16764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16764D is #E989B2. Grayscale: #545454. Windows color (decimal): -15305139 or 5076502. OLE color: 5076502.

HSL color Cylindrical-coordinate representation of color #16764D: hue angle of 154.38º 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 #16764D is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB2211877-
CMYK0.8100.350.54
HSL154.38º68.57%27.45%-
HSV(B)154.38º81.36%46.27%-
XYZ8.1513.669.23-
YUV84.62123.783.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=10.14%
G=54.38%
B=35.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118770.8100.350.54154.3868.5727.45
Hex16764D51023369a451b
Octal261661151210436623210533
Binary10110111011010011011010001010001111011010011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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