Html Css Color HEX #476210 Verdun Green

📋 copy color: '#476210'

red 71 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #476210

Tints of Verdun Green #476210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 38.38%
G = 52.97%
B = 8.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#476210 (or 0x476210) is known color: Verdun Green. HEX triplet: 47, 62 and 10. RGB value is (71,98,16). Sum of RGB (Red+Green+Blue) = 71+98+16=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #476210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476210 is #B89DEF. Grayscale: #505050. Windows color (decimal): -12099056 or 1073735. OLE color: 1073735.

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

Color convert

RGB 71 98 16 -
CMYK 0.28 0 0.84 0.62
HSL 79.76º 0.72% 0.22% -
HSV(B) 79.76º 0.84% 0.38% -
XYZ 7.06 10.11 2.07 -
YUV 80.58 91.55 121.17 -
System Red Green Blue C M Y K H S L
Decimal 71 98 16 0.28 0 0.84 0.62 79.76 0.72 0.22
Hex 47 62 10 1C 0 54 3E 50 48 16
Octal 107 142 20 34 0 124 76 120 110 26
Binary 1000111 1100010 10000 11100 0 1010100 111110 1010000 1001000 10110

Color Harmonies of #476210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476210

Black with #476210

Text Example


Text Example

White with #476210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476210; }

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

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

background-color css

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

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

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

border-color css

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

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

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