#164D3C

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

Shades of Sherwood Green #164D3C

Tints of Sherwood Green #164D3C

Color information

#164D3C (or 0x164D3C) is unknown color: approx Sherwood Green. HEX triplet: 16, 4D and 3C. RGB value is (22,77,60). Sum of RGB (Red+Green+Blue) = 22+77+60=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #164D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D3C is #E9B2C3. Grayscale: #3A3A3A. Windows color (decimal): -15315652 or 3951894. OLE color: 3951894.

HSL color Cylindrical-coordinate representation of color #164D3C: hue angle of 161.45º degrees, saturation: 0.56, 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 #164D3C is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB227760-
CMYK0.7100.220.70
HSL161.45º55.56%19.41%-
HSV(B)161.45º71.43%30.2%-
XYZ3.85.85.2-
YUV58.62128.78101.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=13.84%
G=48.43%
B=37.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2277600.7100.220.70161.4555.5619.41
Hex164D3C4701646a13813
Octal26115741070261062417023
Binary101101001101111100100011101011010001101010000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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