#474907

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

Shades of Verdun Green #474907

Tints of Verdun Green #474907

Color information

#474907 (or 0x474907) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 07. RGB value is (71,73,7). Sum of RGB (Red+Green+Blue) = 71+73+7=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #474907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474907 is #B8B6F8. Grayscale: #414141. Windows color (decimal): -12105465 or 477511. OLE color: 477511.

HSL color Cylindrical-coordinate representation of color #474907: hue angle of 61.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #474907 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB71737-
CMYK0.0300.900.71
HSL61.82º82.5%15.69%-
HSV(B)61.82º90.41%28.63%-
XYZ5.026.121.12-
YUV64.8895.34132.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 73 (28.91% from 255) = 48.34%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=47.02%
G=48.34%
B=4.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal717370.0300.900.7161.8282.515.69
Hex47497305A473e5210
Octal1071117301321077612220
Binary1000111100100111111010110101000111111110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474907; }

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

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

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

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

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

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

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

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