Html Css Color HEX #476614 Verdun Green

📋 copy color: '#476614'

red 71 ◦ green 102 ◦ blue 20

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

Shades of Verdun Green #476614

Tints of Verdun Green #476614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.85%

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

R = 36.79%
G = 52.85%
B = 10.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#476614 (or 0x476614) is known color: Verdun Green. HEX triplet: 47, 66 and 14. RGB value is (71,102,20). Sum of RGB (Red+Green+Blue) = 71+102+20=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #476614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476614 is #B899EB. Grayscale: #535353. Windows color (decimal): -12098028 or 1336903. OLE color: 1336903.

HSL color Cylindrical-coordinate representation of color #476614: hue angle of 82.68º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #476614 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 20 -
CMYK 0.30 0 0.80 0.6
HSL 82.68º 0.67% 0.24% -
HSV(B) 82.68º 0.8% 0.4% -
XYZ 7.48 10.89 2.37 -
YUV 83.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 71 102 20 0.30 0 0.80 0.6 82.68 0.67 0.24
Hex 47 66 14 1E 0 50 3C 53 43 18
Octal 107 146 24 36 0 120 74 123 103 30
Binary 1000111 1100110 10100 11110 0 1010000 111100 1010011 1000011 11000

Color Harmonies of #476614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476614

Black with #476614

Text Example


Text Example

White with #476614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476614; }

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

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

background-color css

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

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

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

border-color css

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

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

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