#474902

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

Shades of Verdun Green #474902

Tints of Verdun Green #474902

Color information

#474902 (or 0x474902) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 02. RGB value is (71,73,2). Sum of RGB (Red+Green+Blue) = 71+73+2=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #474902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474902 is #B8B6FD. Grayscale: #404040. Windows color (decimal): -12105470 or 149831. OLE color: 149831.

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

Color convert

RGB71732-
CMYK0.0300.970.71
HSL61.69º94.67%14.71%-
HSV(B)61.69º97.26%28.63%-
XYZ4.996.110.97-
YUV64.3192.84132.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=48.63%
G=50%
B=1.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717320.0300.970.7161.6994.6714.71
Hex474923061473e5ff
Octal1071112301411077613717
Binary10001111001001101101100001100011111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474902; }

 p { color: rgb(71,73,2); }

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

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

 a { background-color: rgb(71,73,2); }

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

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

 span { border-color: rgb(71,73,2); }

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