Html Css Color HEX #475211 Verdun Green

📋 copy color: '#475211'

red 71 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #475211

Tints of Verdun Green #475211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.24%

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

R = 41.76%
G = 48.24%
B = 10%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#475211 (or 0x475211) is known color: Verdun Green. HEX triplet: 47, 52 and 11. RGB value is (71,82,17). Sum of RGB (Red+Green+Blue) = 71+82+17=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #475211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475211 is #B8ADEE. Grayscale: #474747. Windows color (decimal): -12103151 or 1135175. OLE color: 1135175.

HSL color Cylindrical-coordinate representation of color #475211: hue angle of 70.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #475211 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 17 -
CMYK 0.13 0 0.79 0.68
HSL 70.15º 0.66% 0.19% -
HSV(B) 70.15º 0.79% 0.32% -
XYZ 5.72 7.41 1.66 -
YUV 71.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 71 82 17 0.13 0 0.79 0.68 70.15 0.66 0.19
Hex 47 52 11 D 0 4F 44 46 42 13
Octal 107 122 21 15 0 117 104 106 102 23
Binary 1000111 1010010 10001 1101 0 1001111 1000100 1000110 1000010 10011

Color Harmonies of #475211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475211

Black with #475211

Text Example


Text Example

White with #475211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475211; }

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

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

background-color css

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

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

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

border-color css

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

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

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