Html Css Color HEX #164031 Sherwood Green

📋 copy color: '#164031'

red 22 ◦ green 64 ◦ blue 49

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

Shades of Sherwood Green #164031

Tints of Sherwood Green #164031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

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

R = 16.3%
G = 47.41%
B = 36.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#164031 (or 0x164031) is known color: Sherwood Green. HEX triplet: 16, 40 and 31. RGB value is (22,64,49). Sum of RGB (Red+Green+Blue) = 22+64+49=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #164031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164031 is #E9BFCE. Grayscale: #313131. Windows color (decimal): -15318991 or 3227670. OLE color: 3227670.

HSL color Cylindrical-coordinate representation of color #164031: hue angle of 158.57º 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 #164031 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 64 49 -
CMYK 0.66 0 0.23 0.75
HSL 158.57º 0.49% 0.17% -
HSV(B) 158.57º 0.66% 0.25% -
XYZ 2.72 4.06 3.55 -
YUV 49.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 22 64 49 0.66 0 0.23 0.75 158.57 0.49 0.17
Hex 16 40 31 42 0 17 4B 9F 31 11
Octal 26 100 61 102 0 27 113 237 61 21
Binary 10110 1000000 110001 1000010 0 10111 1001011 10011111 110001 10001

Color Harmonies of #164031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164031

Black with #164031

Text Example


Text Example

White with #164031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164031; }

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

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

background-color css

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

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

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

border-color css

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

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

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