Html Css Color HEX #476314 Verdun Green

📋 copy color: '#476314'

red 71 ◦ green 99 ◦ blue 20

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

Shades of Verdun Green #476314

Tints of Verdun Green #476314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

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

R = 37.37%
G = 52.11%
B = 10.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#476314 (or 0x476314) is known color: Verdun Green. HEX triplet: 47, 63 and 14. RGB value is (71,99,20). Sum of RGB (Red+Green+Blue) = 71+99+20=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #476314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476314 is #B89CEB. Grayscale: #515151. Windows color (decimal): -12098796 or 1336135. OLE color: 1336135.

HSL color Cylindrical-coordinate representation of color #476314: hue angle of 81.27º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #476314 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 20 -
CMYK 0.28 0 0.80 0.61
HSL 81.27º 0.66% 0.23% -
HSV(B) 81.27º 0.8% 0.39% -
XYZ 7.19 10.31 2.27 -
YUV 81.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 71 99 20 0.28 0 0.80 0.61 81.27 0.66 0.23
Hex 47 63 14 1C 0 50 3D 51 42 17
Octal 107 143 24 34 0 120 75 121 102 27
Binary 1000111 1100011 10100 11100 0 1010000 111101 1010001 1000010 10111

Color Harmonies of #476314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476314

Black with #476314

Text Example


Text Example

White with #476314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476314; }

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

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

background-color css

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

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

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

border-color css

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

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

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