Html Css Color HEX #474610 Verdun Green

📋 copy color: '#474610'

red 71 ◦ green 70 ◦ blue 16

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

Shades of Verdun Green #474610

Tints of Verdun Green #474610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

 BLUE value IS 16 (6.64% from 255) = 10.19%

R = 45.22%
G = 44.59%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#474610 (or 0x474610) is known color: Verdun Green. HEX triplet: 47, 46 and 10. RGB value is (71,70,16). Sum of RGB (Red+Green+Blue) = 71+70+16=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #474610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474610 is #B8B9EF. Grayscale: #404040. Windows color (decimal): -12106224 or 1066567. OLE color: 1066567.

HSL color Cylindrical-coordinate representation of color #474610: hue angle of 58.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #474610 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 70 16 -
CMYK 0 0.01 0.77 0.72
HSL 58.91º 0.63% 0.17% -
HSV(B) 58.91º 0.77% 0.28% -
XYZ 4.88 5.76 1.34 -
YUV 64.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 71 70 16 0 0.01 0.77 0.72 58.91 0.63 0.17
Hex 47 46 10 0 1 4D 48 3B 3F 11
Octal 107 106 20 0 1 115 110 73 77 21
Binary 1000111 1000110 10000 0 1 1001101 1001000 111011 111111 10001

Color Harmonies of #474610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474610

Black with #474610

Text Example


Text Example

White with #474610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474610; }

 p { color: rgb(71,70,16); }

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

background-color css

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

 a { background-color: rgb(71,70,16); }

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

border-color css

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

 span { border-color: rgb(71,70,16); }

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