Html Css Color HEX #475320 Verdun Green

📋 copy color: '#475320'

red 71 ◦ green 83 ◦ blue 32

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

Shades of Verdun Green #475320

Tints of Verdun Green #475320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 38.17%
G = 44.62%
B = 17.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#475320 (or 0x475320) is known color: Verdun Green. HEX triplet: 47, 53 and 20. RGB value is (71,83,32). Sum of RGB (Red+Green+Blue) = 71+83+32=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #475320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475320 is #B8ACDF. Grayscale: #494949. Windows color (decimal): -12102880 or 2118471. OLE color: 2118471.

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

Color convert

RGB 71 83 32 -
CMYK 0.14 0 0.61 0.67
HSL 74.12º 0.44% 0.23% -
HSV(B) 74.12º 0.61% 0.33% -
XYZ 5.95 7.63 2.53 -
YUV 73.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 71 83 32 0.14 0 0.61 0.67 74.12 0.44 0.23
Hex 47 53 20 E 0 3D 43 4A 2C 17
Octal 107 123 40 16 0 75 103 112 54 27
Binary 1000111 1010011 100000 1110 0 111101 1000011 1001010 101100 10111

Color Harmonies of #475320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475320

Black with #475320

Text Example


Text Example

White with #475320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475320; }

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

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

background-color css

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

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

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

border-color css

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

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

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