#164331

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

Shades of Sherwood Green #164331

Tints of Sherwood Green #164331

Color information

#164331 (or 0x164331) is unknown color: approx Sherwood Green. HEX triplet: 16, 43 and 31. RGB value is (22,67,49). Sum of RGB (Red+Green+Blue) = 22+67+49=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #164331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164331 is #E9BCCE. Grayscale: #333333. Windows color (decimal): -15318223 or 3228438. OLE color: 3228438.

HSL color Cylindrical-coordinate representation of color #164331: hue angle of 156º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164331 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB226749-
CMYK0.6700.270.74
HSL156º50.56%17.45%-
HSV(B)156º67.16%26.27%-
XYZ2.894.413.6-
YUV51.49126.59106.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=15.94%
G=48.55%
B=35.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267490.6700.270.7415650.5617.45
Hex1643314301B4A9c3311
Octal26103611030331122346321
Binary101101000011110001100001101101110010101001110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164331; }

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

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

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

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

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

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

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

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