Html Css Color HEX #475911 Verdun Green

📋 copy color: '#475911'

red 71 ◦ green 89 ◦ blue 17

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

Shades of Verdun Green #475911

Tints of Verdun Green #475911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

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

R = 40.11%
G = 50.28%
B = 9.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#475911 (or 0x475911) is known color: Verdun Green. HEX triplet: 47, 59 and 11. RGB value is (71,89,17). Sum of RGB (Red+Green+Blue) = 71+89+17=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #475911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475911 is #B8A6EE. Grayscale: #4B4B4B. Windows color (decimal): -12101359 or 1136967. OLE color: 1136967.

HSL color Cylindrical-coordinate representation of color #475911: hue angle of 75º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #475911 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 17 -
CMYK 0.20 0 0.81 0.65
HSL 75º 0.68% 0.21% -
HSV(B) 75º 0.81% 0.35% -
XYZ 6.27 8.52 1.85 -
YUV 75.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 71 89 17 0.20 0 0.81 0.65 75 0.68 0.21
Hex 47 59 11 14 0 51 41 4B 44 15
Octal 107 131 21 24 0 121 101 113 104 25
Binary 1000111 1011001 10001 10100 0 1010001 1000001 1001011 1000100 10101

Color Harmonies of #475911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475911

Black with #475911

Text Example


Text Example

White with #475911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475911; }

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

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

background-color css

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

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

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

border-color css

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

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

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