Html Css Color HEX #475521 Verdun Green

📋 copy color: '#475521'

red 71 ◦ green 85 ◦ blue 33

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

Shades of Verdun Green #475521

Tints of Verdun Green #475521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 37.57%
G = 44.97%
B = 17.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#475521 (or 0x475521) is known color: Verdun Green. HEX triplet: 47, 55 and 21. RGB value is (71,85,33). Sum of RGB (Red+Green+Blue) = 71+85+33=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #475521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475521 is #B8AADE. Grayscale: #4B4B4B. Windows color (decimal): -12102367 or 2184519. OLE color: 2184519.

HSL color Cylindrical-coordinate representation of color #475521: hue angle of 76.15º 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 #475521 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 33 -
CMYK 0.16 0 0.61 0.67
HSL 76.15º 0.44% 0.23% -
HSV(B) 76.15º 0.61% 0.33% -
XYZ 6.12 7.95 2.65 -
YUV 74.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 71 85 33 0.16 0 0.61 0.67 76.15 0.44 0.23
Hex 47 55 21 10 0 3D 43 4C 2C 17
Octal 107 125 41 20 0 75 103 114 54 27
Binary 1000111 1010101 100001 10000 0 111101 1000011 1001100 101100 10111

Color Harmonies of #475521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475521

Black with #475521

Text Example


Text Example

White with #475521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475521; }

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

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

background-color css

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

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

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

border-color css

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

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

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