Html Css Color HEX #475522 Verdun Green

📋 copy color: '#475522'

red 71 ◦ green 85 ◦ blue 34

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

Shades of Verdun Green #475522

Tints of Verdun Green #475522

RGB

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

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

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

R = 37.37%
G = 44.74%
B = 17.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#475522 (or 0x475522) is known color: Verdun Green. HEX triplet: 47, 55 and 22. RGB value is (71,85,34). Sum of RGB (Red+Green+Blue) = 71+85+34=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #475522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475522 is #B8AADD. Grayscale: #4B4B4B. Windows color (decimal): -12102366 or 2250055. OLE color: 2250055.

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

Color convert

RGB 71 85 34 -
CMYK 0.16 0 0.60 0.67
HSL 76.47º 0.43% 0.23% -
HSV(B) 76.47º 0.6% 0.33% -
XYZ 6.14 7.95 2.72 -
YUV 75 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 71 85 34 0.16 0 0.60 0.67 76.47 0.43 0.23
Hex 47 55 22 10 0 3C 43 4C 2B 17
Octal 107 125 42 20 0 74 103 114 53 27
Binary 1000111 1010101 100010 10000 0 111100 1000011 1001100 101011 10111

Color Harmonies of #475522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475522

Black with #475522

Text Example


Text Example

White with #475522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475522; }

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

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

background-color css

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

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

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

border-color css

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

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

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