#477304

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

Shades of Verdun Green #477304

Tints of Verdun Green #477304

Color information

#477304 (or 0x477304) is unknown color: approx Verdun Green. HEX triplet: 47, 73 and 04. RGB value is (71,115,4). Sum of RGB (Red+Green+Blue) = 71+115+4=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #477304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477304 is #B88CFB. Grayscale: #595959. Windows color (decimal): -12094716 or 291655. OLE color: 291655.

HSL color Cylindrical-coordinate representation of color #477304: hue angle of 83.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #477304 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB711154-
CMYK0.3800.970.55
HSL83.78º93.28%23.33%-
HSV(B)83.78º96.52%45.1%-
XYZ8.7513.612.28-
YUV89.1979.92115.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 115 (45.31% from 255) = 60.53%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=37.37%
G=60.53%
B=2.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7111540.3800.970.5583.7893.2823.33
Hex477342606137545d17
Octal10716344601416712413527
Binary10001111110011100100110011000011101111010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477304; }

 p { color: rgb(71,115,4); }

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

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

 a { background-color: rgb(71,115,4); }

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

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

 span { border-color: rgb(71,115,4); }

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