Html Css Color HEX #474714 Verdun Green

📋 copy color: '#474714'

red 71 ◦ green 71 ◦ blue 20

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

Shades of Verdun Green #474714

Tints of Verdun Green #474714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.83%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 43.83%
G = 43.83%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#474714 (or 0x474714) is known color: Verdun Green. HEX triplet: 47, 47 and 14. RGB value is (71,71,20). Sum of RGB (Red+Green+Blue) = 71+71+20=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474714 is #B8B8EB. Grayscale: #414141. Windows color (decimal): -12105964 or 1328967. OLE color: 1328967.

HSL color Cylindrical-coordinate representation of color #474714: hue angle of 60º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474714 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 20 -
CMYK 0 0 0.72 0.72
HSL 60º 0.56% 0.18% -
HSV(B) 60º 0.72% 0.28% -
XYZ 4.98 5.9 1.54 -
YUV 65.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 71 71 20 0 0 0.72 0.72 60 0.56 0.18
Hex 47 47 14 0 0 48 48 3C 38 12
Octal 107 107 24 0 0 110 110 74 70 22
Binary 1000111 1000111 10100 0 0 1001000 1001000 111100 111000 10010

Color Harmonies of #474714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474714

Black with #474714

Text Example


Text Example

White with #474714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474714; }

 p { color: rgb(71,71,20); }

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

background-color css

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

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

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

border-color css

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

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

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