Html Css Color HEX #164131 Sherwood Green

📋 copy color: '#164131'

red 22 ◦ green 65 ◦ blue 49

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

Shades of Sherwood Green #164131

Tints of Sherwood Green #164131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.79%

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 16.18%
G = 47.79%
B = 36.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#164131 (or 0x164131) is known color: Sherwood Green. HEX triplet: 16, 41 and 31. RGB value is (22,65,49). Sum of RGB (Red+Green+Blue) = 22+65+49=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #164131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164131 is #E9BECE. Grayscale: #323232. Windows color (decimal): -15318735 or 3227926. OLE color: 3227926.

HSL color Cylindrical-coordinate representation of color #164131: hue angle of 157.67º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164131 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 65 49 -
CMYK 0.66 0 0.25 0.75
HSL 157.67º 0.49% 0.17% -
HSV(B) 157.67º 0.66% 0.25% -
XYZ 2.78 4.17 3.56 -
YUV 50.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 22 65 49 0.66 0 0.25 0.75 157.67 0.49 0.17
Hex 16 41 31 42 0 19 4B 9E 31 11
Octal 26 101 61 102 0 31 113 236 61 21
Binary 10110 1000001 110001 1000010 0 11001 1001011 10011110 110001 10001

Color Harmonies of #164131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164131

Black with #164131

Text Example


Text Example

White with #164131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164131; }

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

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

background-color css

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

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

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

border-color css

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

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

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