Html Css Color HEX #474600 Verdun Green

📋 copy color: '#474600'

red 71 ◦ green 70 ◦ blue 0

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

Shades of Verdun Green #474600

Tints of Verdun Green #474600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.35%
G = 49.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#474600 (or 0x474600) is known color: Verdun Green. HEX triplet: 47, 46 and 00. RGB value is (71,70,0). Sum of RGB (Red+Green+Blue) = 71+70+0=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #474600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474600 is #B8B9FF. Grayscale: #3E3E3E. Windows color (decimal): -12106240 or 17991. OLE color: 17991.

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

Color convert

RGB 71 70 0 -
CMYK 0 0.01 1 0.72
HSL 59.15º 1% 0.14% -
HSV(B) 59.15º 1% 0.28% -
XYZ 4.79 5.72 0.85 -
YUV 62.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 71 70 0 0 0.01 1 0.72 59.15 1 0.14
Hex 47 46 0 0 1 64 48 3B 64 E
Octal 107 106 0 0 1 144 110 73 144 16
Binary 1000111 1000110 0 0 1 1100100 1001000 111011 1100100 1110

Color Harmonies of #474600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474600

Black with #474600

Text Example


Text Example

White with #474600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474600; }

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

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

background-color css

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

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

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

border-color css

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

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

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