Html Css Color HEX #474916 Verdun Green

📋 copy color: '#474916'

red 71 ◦ green 73 ◦ blue 22

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

Shades of Verdun Green #474916

Tints of Verdun Green #474916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

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

R = 42.77%
G = 43.98%
B = 13.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#474916 (or 0x474916) is known color: Verdun Green. HEX triplet: 47, 49 and 16. RGB value is (71,73,22). Sum of RGB (Red+Green+Blue) = 71+73+22=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #474916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474916 is #B8B6E9. Grayscale: #424242. Windows color (decimal): -12105450 or 1460551. OLE color: 1460551.

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

Color convert

RGB 71 73 22 -
CMYK 0.03 0 0.70 0.71
HSL 62.35º 0.54% 0.19% -
HSV(B) 62.35º 0.7% 0.29% -
XYZ 5.13 6.16 1.68 -
YUV 66.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 71 73 22 0.03 0 0.70 0.71 62.35 0.54 0.19
Hex 47 49 16 3 0 46 47 3E 36 13
Octal 107 111 26 3 0 106 107 76 66 23
Binary 1000111 1001001 10110 11 0 1000110 1000111 111110 110110 10011

Color Harmonies of #474916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474916

Black with #474916

Text Example


Text Example

White with #474916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474916; }

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

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

background-color css

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

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

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

border-color css

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

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

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