Html Css Color HEX #475520 Verdun Green

📋 copy color: '#475520'

red 71 ◦ green 85 ◦ blue 32

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

Shades of Verdun Green #475520

Tints of Verdun Green #475520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.21%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 37.77%
G = 45.21%
B = 17.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#475520 (or 0x475520) is known color: Verdun Green. HEX triplet: 47, 55 and 20. RGB value is (71,85,32). Sum of RGB (Red+Green+Blue) = 71+85+32=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #475520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475520 is #B8AADF. Grayscale: #4A4A4A. Windows color (decimal): -12102368 or 2118983. OLE color: 2118983.

HSL color Cylindrical-coordinate representation of color #475520: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475520 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 32 -
CMYK 0.16 0 0.62 0.67
HSL 75.85º 0.45% 0.23% -
HSV(B) 75.85º 0.62% 0.33% -
XYZ 6.11 7.94 2.58 -
YUV 74.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 71 85 32 0.16 0 0.62 0.67 75.85 0.45 0.23
Hex 47 55 20 10 0 3E 43 4C 2D 17
Octal 107 125 40 20 0 76 103 114 55 27
Binary 1000111 1010101 100000 10000 0 111110 1000011 1001100 101101 10111

Color Harmonies of #475520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475520

Black with #475520

Text Example


Text Example

White with #475520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475520; }

 p { color: rgb(71,85,32); }

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

background-color css

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

 a { background-color: rgb(71,85,32); }

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

border-color css

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

 span { border-color: rgb(71,85,32); }

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