Html Css Color HEX #475622 Verdun Green

📋 copy color: '#475622'

red 71 ◦ green 86 ◦ blue 34

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

Shades of Verdun Green #475622

Tints of Verdun Green #475622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 37.17%
G = 45.03%
B = 17.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#475622 (or 0x475622) is known color: Verdun Green. HEX triplet: 47, 56 and 22. RGB value is (71,86,34). Sum of RGB (Red+Green+Blue) = 71+86+34=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #475622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475622 is #B8A9DD. Grayscale: #4B4B4B. Windows color (decimal): -12102110 or 2250311. OLE color: 2250311.

HSL color Cylindrical-coordinate representation of color #475622: hue angle of 77.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475622 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 34 -
CMYK 0.17 0 0.60 0.66
HSL 77.31º 0.43% 0.24% -
HSV(B) 77.31º 0.6% 0.34% -
XYZ 6.22 8.11 2.75 -
YUV 75.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 71 86 34 0.17 0 0.60 0.66 77.31 0.43 0.24
Hex 47 56 22 11 0 3C 42 4D 2B 18
Octal 107 126 42 21 0 74 102 115 53 30
Binary 1000111 1010110 100010 10001 0 111100 1000010 1001101 101011 11000

Color Harmonies of #475622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475622

Black with #475622

Text Example


Text Example

White with #475622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475622; }

 p { color: rgb(71,86,34); }

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

background-color css

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

 a { background-color: rgb(71,86,34); }

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

border-color css

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

 span { border-color: rgb(71,86,34); }

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