Html Css Color HEX #474510 Verdun Green

📋 copy color: '#474510'

red 71 ◦ green 69 ◦ blue 16

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

Shades of Verdun Green #474510

Tints of Verdun Green #474510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 45.51%
G = 44.23%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#474510 (or 0x474510) is known color: Verdun Green. HEX triplet: 47, 45 and 10. RGB value is (71,69,16). Sum of RGB (Red+Green+Blue) = 71+69+16=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474510 is #B8BAEF. Grayscale: #3F3F3F. Windows color (decimal): -12106480 or 1066311. OLE color: 1066311.

HSL color Cylindrical-coordinate representation of color #474510: hue angle of 57.82º 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 #474510 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 16 -
CMYK 0 0.03 0.77 0.72
HSL 57.82º 0.63% 0.17% -
HSV(B) 57.82º 0.77% 0.28% -
XYZ 4.82 5.63 1.32 -
YUV 63.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 71 69 16 0 0.03 0.77 0.72 57.82 0.63 0.17
Hex 47 45 10 0 3 4D 48 3A 3F 11
Octal 107 105 20 0 3 115 110 72 77 21
Binary 1000111 1000101 10000 0 11 1001101 1001000 111010 111111 10001

Color Harmonies of #474510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474510

Black with #474510

Text Example


Text Example

White with #474510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474510; }

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

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

background-color css

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

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

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

border-color css

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

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

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