Html Css Color HEX #476311 Verdun Green

📋 copy color: '#476311'

red 71 ◦ green 99 ◦ blue 17

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

Shades of Verdun Green #476311

Tints of Verdun Green #476311

RGB

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

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

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

R = 37.97%
G = 52.94%
B = 9.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#476311 (or 0x476311) is known color: Verdun Green. HEX triplet: 47, 63 and 11. RGB value is (71,99,17). Sum of RGB (Red+Green+Blue) = 71+99+17=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #476311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476311 is #B89CEE. Grayscale: #515151. Windows color (decimal): -12098799 or 1139527. OLE color: 1139527.

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

Color convert

RGB 71 99 17 -
CMYK 0.28 0 0.83 0.61
HSL 80.49º 0.71% 0.23% -
HSV(B) 80.49º 0.83% 0.39% -
XYZ 7.16 10.3 2.14 -
YUV 81.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 71 99 17 0.28 0 0.83 0.61 80.49 0.71 0.23
Hex 47 63 11 1C 0 53 3D 50 47 17
Octal 107 143 21 34 0 123 75 120 107 27
Binary 1000111 1100011 10001 11100 0 1010011 111101 1010000 1000111 10111

Color Harmonies of #476311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476311

Black with #476311

Text Example


Text Example

White with #476311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476311; }

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

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

background-color css

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

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

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

border-color css

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

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

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