Html Css Color HEX #476911 Verdun Green

📋 copy color: '#476911'

red 71 ◦ green 105 ◦ blue 17

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

Shades of Verdun Green #476911

Tints of Verdun Green #476911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.4%

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

R = 36.79%
G = 54.4%
B = 8.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#476911 (or 0x476911) is known color: Verdun Green. HEX triplet: 47, 69 and 11. RGB value is (71,105,17). Sum of RGB (Red+Green+Blue) = 71+105+17=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #476911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476911 is #B896EE. Grayscale: #555555. Windows color (decimal): -12097263 or 1141063. OLE color: 1141063.

HSL color Cylindrical-coordinate representation of color #476911: hue angle of 83.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #476911 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 17 -
CMYK 0.32 0 0.84 0.59
HSL 83.18º 0.72% 0.24% -
HSV(B) 83.18º 0.84% 0.41% -
XYZ 7.75 11.48 2.34 -
YUV 84.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 71 105 17 0.32 0 0.84 0.59 83.18 0.72 0.24
Hex 47 69 11 20 0 54 3B 53 48 18
Octal 107 151 21 40 0 124 73 123 110 30
Binary 1000111 1101001 10001 100000 0 1010100 111011 1010011 1001000 11000

Color Harmonies of #476911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476911

Black with #476911

Text Example


Text Example

White with #476911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476911; }

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

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

background-color css

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

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

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

border-color css

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

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

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