Html Css Color HEX #476113 Verdun Green

📋 copy color: '#476113'

red 71 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #476113

Tints of Verdun Green #476113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 37.97%
G = 51.87%
B = 10.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#476113 (or 0x476113) is known color: Verdun Green. HEX triplet: 47, 61 and 13. RGB value is (71,97,19). Sum of RGB (Red+Green+Blue) = 71+97+19=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #476113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476113 is #B89EEC. Grayscale: #505050. Windows color (decimal): -12099309 or 1270087. OLE color: 1270087.

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

Color convert

RGB 71 97 19 -
CMYK 0.27 0 0.80 0.62
HSL 80º 0.67% 0.23% -
HSV(B) 80º 0.8% 0.38% -
XYZ 6.99 9.94 2.17 -
YUV 80.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 71 97 19 0.27 0 0.80 0.62 80 0.67 0.23
Hex 47 61 13 1B 0 50 3E 50 43 17
Octal 107 141 23 33 0 120 76 120 103 27
Binary 1000111 1100001 10011 11011 0 1010000 111110 1010000 1000011 10111

Color Harmonies of #476113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476113

Black with #476113

Text Example


Text Example

White with #476113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476113; }

 p { color: rgb(71,97,19); }

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

background-color css

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

 a { background-color: rgb(71,97,19); }

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

border-color css

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

 span { border-color: rgb(71,97,19); }

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