#164131

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

Shades of Sherwood Green #164131

Tints of Sherwood Green #164131

Color information

#164131 (or 0x164131) is unknown color: approx Sherwood Green. HEX triplet: 16, 41 and 31. RGB value is (22,65,49). Sum of RGB (Red+Green+Blue) = 22+65+49=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #164131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164131 is #E9BECE. Grayscale: #323232. Windows color (decimal): -15318735 or 3227926. OLE color: 3227926.

HSL color Cylindrical-coordinate representation of color #164131: hue angle of 157.67º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164131 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB226549-
CMYK0.6600.250.75
HSL157.67º49.43%17.06%-
HSV(B)157.67º66.15%25.49%-
XYZ2.784.173.56-
YUV50.32127.25107.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=16.18%
G=47.79%
B=36.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265490.6600.250.75157.6749.4317.06
Hex164131420194B9e3111
Octal26101611020311132366121
Binary101101000001110001100001001100110010111001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164131; }

 p { color: rgb(22,65,49); }

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

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

 a { background-color: rgb(22,65,49); }

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

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

 span { border-color: rgb(22,65,49); }

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