Html Css Color HEX #474D16 Verdun Green

📋 copy color: '#474D16'

red 71 ◦ green 77 ◦ blue 22

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

Shades of Verdun Green #474D16

Tints of Verdun Green #474D16

RGB

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

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

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

R = 41.76%
G = 45.29%
B = 12.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#474D16 (or 0x474D16) is known color: Verdun Green. HEX triplet: 47, 4D and 16. RGB value is (71,77,22). Sum of RGB (Red+Green+Blue) = 71+77+22=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #474D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474D16 is #B8B2E9. Grayscale: #454545. Windows color (decimal): -12104426 or 1461575. OLE color: 1461575.

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

Color convert

RGB 71 77 22 -
CMYK 0.08 0 0.71 0.70
HSL 66.55º 0.56% 0.19% -
HSV(B) 66.55º 0.71% 0.3% -
XYZ 5.4 6.71 1.77 -
YUV 68.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 71 77 22 0.08 0 0.71 0.70 66.55 0.56 0.19
Hex 47 4D 16 8 0 47 46 43 38 13
Octal 107 115 26 10 0 107 106 103 70 23
Binary 1000111 1001101 10110 1000 0 1000111 1000110 1000011 111000 10011

Color Harmonies of #474D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D16

Black with #474D16

Text Example


Text Example

White with #474D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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