#474A01

Color #474A01 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #474A01

Tints of Verdun Green #474A01

Color information

#474A01 (or 0x474A01) is unknown color: approx Verdun Green. HEX triplet: 47, 4A and 01. RGB value is (71,74,1). Sum of RGB (Red+Green+Blue) = 71+74+1=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #474A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A01 is #B8B5FE. Grayscale: #414141. Windows color (decimal): -12105215 or 84551. OLE color: 84551.

HSL color Cylindrical-coordinate representation of color #474A01: hue angle of 62.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #474A01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB71741-
CMYK0.0400.990.71
HSL62.47º97.33%14.71%-
HSV(B)62.47º98.65%29.02%-
XYZ5.056.240.97-
YUV64.7892.01132.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 74 (29.30% from 255) = 50.68%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=48.63%
G=50.68%
B=0.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717410.0400.990.7162.4797.3314.71
Hex474A14063473e61f
Octal1071121401431077614117
Binary10001111001010110001100011100011111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A01; }

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

 H1.HeaderClassName
 {
   color: #474A01;
 }
 .AnyTagClassName
 {
   color: #474A01;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #474A01;
 }
 .BgClassName
 {
   background-color: #474A01;
 }
</style>
border-color css

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

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

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