Html Css Color HEX #476014 Verdun Green

📋 copy color: '#476014'

red 71 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #476014

Tints of Verdun Green #476014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

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

R = 37.97%
G = 51.34%
B = 10.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#476014 (or 0x476014) is known color: Verdun Green. HEX triplet: 47, 60 and 14. RGB value is (71,96,20). Sum of RGB (Red+Green+Blue) = 71+96+20=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #476014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476014 is #B89FEB. Grayscale: #505050. Windows color (decimal): -12099564 or 1335367. OLE color: 1335367.

HSL color Cylindrical-coordinate representation of color #476014: hue angle of 79.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #476014 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 20 -
CMYK 0.26 0 0.79 0.62
HSL 79.74º 0.66% 0.23% -
HSV(B) 79.74º 0.79% 0.38% -
XYZ 6.91 9.76 2.18 -
YUV 79.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 71 96 20 0.26 0 0.79 0.62 79.74 0.66 0.23
Hex 47 60 14 1A 0 4F 3E 50 42 17
Octal 107 140 24 32 0 117 76 120 102 27
Binary 1000111 1100000 10100 11010 0 1001111 111110 1010000 1000010 10111

Color Harmonies of #476014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476014

Black with #476014

Text Example


Text Example

White with #476014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476014; }

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

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

background-color css

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

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

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

border-color css

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

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

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