#477200

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

Shades of Verdun Green #477200

Tints of Verdun Green #477200

Color information

#477200 (or 0x477200) is unknown color: approx Verdun Green. HEX triplet: 47, 72 and 00. RGB value is (71,114,0). Sum of RGB (Red+Green+Blue) = 71+114+0=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #477200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477200 is #B88DFF. Grayscale: #585858. Windows color (decimal): -12094976 or 29255. OLE color: 29255.

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

Color convert

RGB711140-
CMYK0.38010.55
HSL82.63º100%22.35%-
HSV(B)82.63º100%44.71%-
XYZ8.6213.372.13-
YUV88.1578.25115.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 114 (44.92% from 255) = 61.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.38%
G=61.62%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7111400.38010.5582.6310022.35
Hex477202606437536416
Octal10716204601446712314426
Binary100011111100100100110011001001101111010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477200; }

 p { color: rgb(71,114,0); }

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

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

 a { background-color: rgb(71,114,0); }

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

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

 span { border-color: rgb(71,114,0); }

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