#164A3A

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

Shades of Sherwood Green #164A3A

Tints of Sherwood Green #164A3A

Color information

#164A3A (or 0x164A3A) is unknown color: approx Sherwood Green. HEX triplet: 16, 4A and 3A. RGB value is (22,74,58). Sum of RGB (Red+Green+Blue) = 22+74+58=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #164A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A3A is #E9B5C5. Grayscale: #383838. Windows color (decimal): -15316422 or 3820054. OLE color: 3820054.

HSL color Cylindrical-coordinate representation of color #164A3A: hue angle of 161.54º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A3A is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB227458-
CMYK0.7000.220.71
HSL161.54º54.17%18.82%-
HSV(B)161.54º70.27%29.02%-
XYZ3.545.374.85-
YUV56.63128.77103.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 74 (29.30% from 255) = 48.05%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=14.29%
G=48.05%
B=37.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2274580.7000.220.71161.5454.1718.82
Hex164A3A4601647a23613
Octal26112721060261072426623
Binary101101001010111010100011001011010001111010001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,74,58); }

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

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

 a { background-color: rgb(22,74,58); }

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

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

 span { border-color: rgb(22,74,58); }

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