Html Css Color HEX #474914 Verdun Green

📋 copy color: '#474914'

red 71 ◦ green 73 ◦ blue 20

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

Shades of Verdun Green #474914

Tints of Verdun Green #474914

RGB

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

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

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

R = 43.29%
G = 44.51%
B = 12.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#474914 (or 0x474914) is known color: Verdun Green. HEX triplet: 47, 49 and 14. RGB value is (71,73,20). Sum of RGB (Red+Green+Blue) = 71+73+20=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #474914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474914 is #B8B6EB. Grayscale: #424242. Windows color (decimal): -12105452 or 1329479. OLE color: 1329479.

HSL color Cylindrical-coordinate representation of color #474914: hue angle of 62.26º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #474914 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 20 -
CMYK 0.03 0 0.73 0.71
HSL 62.26º 0.57% 0.18% -
HSV(B) 62.26º 0.73% 0.29% -
XYZ 5.11 6.16 1.58 -
YUV 66.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 71 73 20 0.03 0 0.73 0.71 62.26 0.57 0.18
Hex 47 49 14 3 0 49 47 3E 39 12
Octal 107 111 24 3 0 111 107 76 71 22
Binary 1000111 1001001 10100 11 0 1001001 1000111 111110 111001 10010

Color Harmonies of #474914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474914

Black with #474914

Text Example


Text Example

White with #474914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474914; }

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

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

background-color css

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

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

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

border-color css

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

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

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