Html Css Color HEX #476310 Verdun Green

📋 copy color: '#476310'

red 71 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #476310

Tints of Verdun Green #476310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.23%

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

R = 38.17%
G = 53.23%
B = 8.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#476310 (or 0x476310) is known color: Verdun Green. HEX triplet: 47, 63 and 10. RGB value is (71,99,16). Sum of RGB (Red+Green+Blue) = 71+99+16=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #476310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476310 is #B89CEF. Grayscale: #515151. Windows color (decimal): -12098800 or 1073991. OLE color: 1073991.

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

Color convert

RGB 71 99 16 -
CMYK 0.28 0 0.84 0.61
HSL 80.24º 0.72% 0.23% -
HSV(B) 80.24º 0.84% 0.39% -
XYZ 7.15 10.3 2.1 -
YUV 81.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 71 99 16 0.28 0 0.84 0.61 80.24 0.72 0.23
Hex 47 63 10 1C 0 54 3D 50 48 17
Octal 107 143 20 34 0 124 75 120 110 27
Binary 1000111 1100011 10000 11100 0 1010100 111101 1010000 1001000 10111

Color Harmonies of #476310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476310

Black with #476310

Text Example


Text Example

White with #476310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476310; }

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

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

background-color css

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

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

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

border-color css

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

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

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