#16953E

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

Shades of Salem #16953E

Tints of Salem #16953E

Color information

#16953E (or 0x16953E) is unknown color: approx Salem. HEX triplet: 16, 95 and 3E. RGB value is (22,149,62). Sum of RGB (Red+Green+Blue) = 22+149+62=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #16953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16953E is #E96AC1. Grayscale: #656565. Windows color (decimal): -15297218 or 4101398. OLE color: 4101398.

HSL color Cylindrical-coordinate representation of color #16953E: hue angle of 138.9º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16953E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB2214962-
CMYK0.8500.580.42
HSL138.9º74.27%33.53%-
HSV(B)138.9º85.23%58.43%-
XYZ11.9522.018.18-
YUV101.11105.9271.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=9.44%
G=63.95%
B=26.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22149620.8500.580.42138.974.2733.53
Hex16953E5503A2A8b4a22
Octal26225761250725221311242
Binary101101001010111111010101010111010101010100010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16953E; }

 p { color: rgb(22,149,62); }

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

<style>
 a { background-color: #16953E; }

 a { background-color: rgb(22,149,62); }

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

<style>
 span { border-color: #16953E; }

 span { border-color: rgb(22,149,62); }

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