Html Css Color HEX #476211 Verdun Green

📋 copy color: '#476211'

red 71 ◦ green 98 ◦ blue 17

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

Shades of Verdun Green #476211

Tints of Verdun Green #476211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.69%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 38.17%
G = 52.69%
B = 9.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#476211 (or 0x476211) is known color: Verdun Green. HEX triplet: 47, 62 and 11. RGB value is (71,98,17). Sum of RGB (Red+Green+Blue) = 71+98+17=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #476211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476211 is #B89DEE. Grayscale: #505050. Windows color (decimal): -12099055 or 1139271. OLE color: 1139271.

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

Color convert

RGB 71 98 17 -
CMYK 0.28 0 0.83 0.62
HSL 80º 0.7% 0.23% -
HSV(B) 80º 0.83% 0.38% -
XYZ 7.07 10.12 2.11 -
YUV 80.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 71 98 17 0.28 0 0.83 0.62 80 0.7 0.23
Hex 47 62 11 1C 0 53 3E 50 46 17
Octal 107 142 21 34 0 123 76 120 106 27
Binary 1000111 1100010 10001 11100 0 1010011 111110 1010000 1000110 10111

Color Harmonies of #476211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476211

Black with #476211

Text Example


Text Example

White with #476211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476211; }

 p { color: rgb(71,98,17); }

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

background-color css

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

 a { background-color: rgb(71,98,17); }

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

border-color css

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

 span { border-color: rgb(71,98,17); }

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