Html Css Color HEX #476116 Verdun Green

📋 copy color: '#476116'

red 71 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #476116

Tints of Verdun Green #476116

RGB

 RED value IS 71 (28.13% from 255) = 37.37%

 GREEN value IS 97 (38.28% from 255) = 51.05%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 37.37%
G = 51.05%
B = 11.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#476116 (or 0x476116) is known color: Verdun Green. HEX triplet: 47, 61 and 16. RGB value is (71,97,22). Sum of RGB (Red+Green+Blue) = 71+97+22=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #476116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476116 is #B89EE9. Grayscale: #505050. Windows color (decimal): -12099306 or 1466695. OLE color: 1466695.

HSL color Cylindrical-coordinate representation of color #476116: hue angle of 80.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #476116 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 22 -
CMYK 0.27 0 0.77 0.62
HSL 80.8º 0.63% 0.23% -
HSV(B) 80.8º 0.77% 0.38% -
XYZ 7.02 9.95 2.31 -
YUV 80.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 71 97 22 0.27 0 0.77 0.62 80.8 0.63 0.23
Hex 47 61 16 1B 0 4D 3E 51 3F 17
Octal 107 141 26 33 0 115 76 121 77 27
Binary 1000111 1100001 10110 11011 0 1001101 111110 1010001 111111 10111

Color Harmonies of #476116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476116

Black with #476116

Text Example


Text Example

White with #476116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476116; }

 p { color: rgb(71,97,22); }

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

background-color css

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

 a { background-color: rgb(71,97,22); }

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

border-color css

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

 span { border-color: rgb(71,97,22); }

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