#474903

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

Shades of Verdun Green #474903

Tints of Verdun Green #474903

Color information

#474903 (or 0x474903) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 03. RGB value is (71,73,3). Sum of RGB (Red+Green+Blue) = 71+73+3=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #474903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474903 is #B8B6FC. Grayscale: #404040. Windows color (decimal): -12105469 or 215367. OLE color: 215367.

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

Color convert

RGB71733-
CMYK0.0300.960.71
HSL61.71º92.11%14.9%-
HSV(B)61.71º95.89%28.63%-
XYZ56.111-
YUV64.4293.34132.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=48.30%
G=49.66%
B=2.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717330.0300.960.7161.7192.1114.9
Hex474933060473e5cf
Octal1071113301401077613417
Binary10001111001001111101100000100011111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474903; }

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

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

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

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

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

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

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

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