Html Css Color HEX #475614 Verdun Green

📋 copy color: '#475614'

red 71 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #475614

Tints of Verdun Green #475614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.59%

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

R = 40.11%
G = 48.59%
B = 11.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#475614 (or 0x475614) is known color: Verdun Green. HEX triplet: 47, 56 and 14. RGB value is (71,86,20). Sum of RGB (Red+Green+Blue) = 71+86+20=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #475614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475614 is #B8A9EB. Grayscale: #4A4A4A. Windows color (decimal): -12102124 or 1332807. OLE color: 1332807.

HSL color Cylindrical-coordinate representation of color #475614: hue angle of 73.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #475614 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 20 -
CMYK 0.17 0 0.77 0.66
HSL 73.64º 0.62% 0.21% -
HSV(B) 73.64º 0.77% 0.34% -
XYZ 6.05 8.05 1.9 -
YUV 73.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 71 86 20 0.17 0 0.77 0.66 73.64 0.62 0.21
Hex 47 56 14 11 0 4D 42 4A 3E 15
Octal 107 126 24 21 0 115 102 112 76 25
Binary 1000111 1010110 10100 10001 0 1001101 1000010 1001010 111110 10101

Color Harmonies of #475614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475614

Black with #475614

Text Example


Text Example

White with #475614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475614; }

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

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

background-color css

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

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

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

border-color css

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

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

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