#163B2E

Color #163B2E Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #163B2E

Tints of Sherwood Green #163B2E

Color information

#163B2E (or 0x163B2E) is unknown color: approx Sherwood Green. HEX triplet: 16, 3B and 2E. RGB value is (22,59,46). Sum of RGB (Red+Green+Blue) = 22+59+46=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #163B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B2E is #E9C4D1. Grayscale: #2E2E2E. Windows color (decimal): -15320274 or 3029782. OLE color: 3029782.

HSL color Cylindrical-coordinate representation of color #163B2E: hue angle of 158.92º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B2E is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB225946-
CMYK0.6300.220.77
HSL158.92º45.68%15.88%-
HSV(B)158.92º62.71%23.14%-
XYZ2.393.53.13-
YUV46.46127.74110.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=17.32%
G=46.46%
B=36.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259460.6300.220.77158.9245.6815.88
Hex163B2E3F0164D9f2e10
Octal267356770261152375620
Binary1011011101110111011111101011010011011001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B2E; }

 p { color: rgb(22,59,46); }

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

<style>
 a { background-color: #163B2E; }

 a { background-color: rgb(22,59,46); }

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

<style>
 span { border-color: #163B2E; }

 span { border-color: rgb(22,59,46); }

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