Html Css Color HEX #474401 Verdun Green

📋 copy color: '#474401'

red 71 ◦ green 68 ◦ blue 1

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

Shades of Verdun Green #474401

Tints of Verdun Green #474401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.57%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 50.71%
G = 48.57%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#474401 (or 0x474401) is known color: Verdun Green. HEX triplet: 47, 44 and 01. RGB value is (71,68,1). Sum of RGB (Red+Green+Blue) = 71+68+1=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474401 is #B8BBFE. Grayscale: #3D3D3D. Windows color (decimal): -12106751 or 83015. OLE color: 83015.

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

Color convert

RGB 71 68 1 -
CMYK 0 0.04 0.99 0.72
HSL 57.43º 0.97% 0.14% -
HSV(B) 57.43º 0.99% 0.28% -
XYZ 4.67 5.48 0.84 -
YUV 61.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 71 68 1 0 0.04 0.99 0.72 57.43 0.97 0.14
Hex 47 44 1 0 4 63 48 39 61 E
Octal 107 104 1 0 4 143 110 71 141 16
Binary 1000111 1000100 1 0 100 1100011 1001000 111001 1100001 1110

Color Harmonies of #474401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474401

Black with #474401

Text Example


Text Example

White with #474401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474401; }

 p { color: rgb(71,68,1); }

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

background-color css

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

 a { background-color: rgb(71,68,1); }

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

border-color css

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

 span { border-color: rgb(71,68,1); }

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