Html Css Color HEX #474801 Verdun Green

📋 copy color: '#474801'

red 71 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #474801

Tints of Verdun Green #474801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

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

R = 49.31%
G = 50%
B = 0.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#474801 (or 0x474801) is known color: Verdun Green. HEX triplet: 47, 48 and 01. RGB value is (71,72,1). Sum of RGB (Red+Green+Blue) = 71+72+1=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #474801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474801 is #B8B7FE. Grayscale: #3F3F3F. Windows color (decimal): -12105727 or 84039. OLE color: 84039.

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

Color convert

RGB 71 72 1 -
CMYK 0.01 0 0.99 0.72
HSL 60.85º 0.97% 0.14% -
HSV(B) 60.85º 0.99% 0.28% -
XYZ 4.92 5.98 0.92 -
YUV 63.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 71 72 1 0.01 0 0.99 0.72 60.85 0.97 0.14
Hex 47 48 1 1 0 63 48 3D 61 E
Octal 107 110 1 1 0 143 110 75 141 16
Binary 1000111 1001000 1 1 0 1100011 1001000 111101 1100001 1110

Color Harmonies of #474801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474801

Black with #474801

Text Example


Text Example

White with #474801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474801; }

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

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

background-color css

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

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

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

border-color css

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

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

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