Html Css Color HEX #475617 Verdun Green

📋 copy color: '#475617'

red 71 ◦ green 86 ◦ blue 23

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

Shades of Verdun Green #475617

Tints of Verdun Green #475617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 39.44%
G = 47.78%
B = 12.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#475617 (or 0x475617) is known color: Verdun Green. HEX triplet: 47, 56 and 17. RGB value is (71,86,23). Sum of RGB (Red+Green+Blue) = 71+86+23=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #475617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475617 is #B8A9E8. Grayscale: #4A4A4A. Windows color (decimal): -12102121 or 1529415. OLE color: 1529415.

HSL color Cylindrical-coordinate representation of color #475617: hue angle of 74.29º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #475617 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 23 -
CMYK 0.17 0 0.73 0.66
HSL 74.29º 0.58% 0.21% -
HSV(B) 74.29º 0.73% 0.34% -
XYZ 6.08 8.06 2.05 -
YUV 74.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 71 86 23 0.17 0 0.73 0.66 74.29 0.58 0.21
Hex 47 56 17 11 0 49 42 4A 3A 15
Octal 107 126 27 21 0 111 102 112 72 25
Binary 1000111 1010110 10111 10001 0 1001001 1000010 1001010 111010 10101

Color Harmonies of #475617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475617

Black with #475617

Text Example


Text Example

White with #475617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475617; }

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

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

background-color css

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

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

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

border-color css

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

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

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