#164C3C

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

Shades of Sherwood Green #164C3C

Tints of Sherwood Green #164C3C

Color information

#164C3C (or 0x164C3C) is unknown color: approx Sherwood Green. HEX triplet: 16, 4C and 3C. RGB value is (22,76,60). Sum of RGB (Red+Green+Blue) = 22+76+60=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #164C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C3C is #E9B3C3. Grayscale: #3A3A3A. Windows color (decimal): -15315908 or 3951638. OLE color: 3951638.

HSL color Cylindrical-coordinate representation of color #164C3C: hue angle of 162.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C3C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB227660-
CMYK0.7100.210.70
HSL162.22º55.1%19.22%-
HSV(B)162.22º71.05%29.8%-
XYZ3.735.675.17-
YUV58.03129.11102.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=13.92%
G=48.10%
B=37.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2276600.7100.210.70162.2255.119.22
Hex164C3C4701546a23713
Octal26114741070251062426723
Binary101101001100111100100011101010110001101010001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164C3C; }

 p { color: rgb(22,76,60); }

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

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

 a { background-color: rgb(22,76,60); }

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

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

 span { border-color: rgb(22,76,60); }

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