Html Css Color HEX #476111 Verdun Green

📋 copy color: '#476111'

red 71 ◦ green 97 ◦ blue 17

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

Shades of Verdun Green #476111

Tints of Verdun Green #476111

RGB

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

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

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

R = 38.38%
G = 52.43%
B = 9.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#476111 (or 0x476111) is known color: Verdun Green. HEX triplet: 47, 61 and 11. RGB value is (71,97,17). Sum of RGB (Red+Green+Blue) = 71+97+17=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #476111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476111 is #B89EEE. Grayscale: #505050. Windows color (decimal): -12099311 or 1139015. OLE color: 1139015.

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

Color convert

RGB 71 97 17 -
CMYK 0.27 0 0.82 0.62
HSL 79.5º 0.7% 0.22% -
HSV(B) 79.5º 0.82% 0.38% -
XYZ 6.97 9.93 2.08 -
YUV 80.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 71 97 17 0.27 0 0.82 0.62 79.5 0.7 0.22
Hex 47 61 11 1B 0 52 3E 50 46 16
Octal 107 141 21 33 0 122 76 120 106 26
Binary 1000111 1100001 10001 11011 0 1010010 111110 1010000 1000110 10110

Color Harmonies of #476111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476111

Black with #476111

Text Example


Text Example

White with #476111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476111; }

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

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

background-color css

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

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

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

border-color css

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

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

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