#474801

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

Shades of Verdun Green #474801

Tints of Verdun Green #474801

Color information

#474801 (or 0x474801) is unknown color: approx 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

RGB71721-
CMYK0.0100.990.72
HSL60.85º97.26%14.31%-
HSV(B)60.85º98.61%28.24%-
XYZ4.925.980.92-
YUV63.6192.67133.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717210.0100.990.7260.8597.2614.31
Hex474811063483d61e
Octal1071101101431107514116
Binary100011110010001101100011100100011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>