Html Css Color HEX #164D38 Sherwood Green

📋 copy color: '#164D38'

red 22 ◦ green 77 ◦ blue 56

#164D38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #164D38

Tints of Sherwood Green #164D38

RGB

 RED value IS 22 (8.98% from 255) = 14.19%

 GREEN value IS 77 (30.47% from 255) = 49.68%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 14.19%
G = 49.68%
B = 36.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#164D38 (or 0x164D38) is known color: Sherwood Green. HEX triplet: 16, 4D and 38. RGB value is (22,77,56). Sum of RGB (Red+Green+Blue) = 22+77+56=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #164D38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D38 is #E9B2C7. Grayscale: #3A3A3A. Windows color (decimal): -15315656 or 3689750. OLE color: 3689750.

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

Color convert

RGB 22 77 56 -
CMYK 0.71 0 0.27 0.70
HSL 157.09º 0.56% 0.19% -
HSV(B) 157.09º 0.71% 0.3% -
XYZ 3.7 5.76 4.66 -
YUV 58.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 22 77 56 0.71 0 0.27 0.70 157.09 0.56 0.19
Hex 16 4D 38 47 0 1B 46 9D 38 13
Octal 26 115 70 107 0 33 106 235 70 23
Binary 10110 1001101 111000 1000111 0 11011 1000110 10011101 111000 10011

Color Harmonies of #164D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D38

Black with #164D38

Text Example


Text Example

White with #164D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #164D38;
 }
 .AnyTagClassName
 {
   color: #164D38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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