#476207

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

Shades of Verdun Green #476207

Tints of Verdun Green #476207

Color information

#476207 (or 0x476207) is unknown color: approx Verdun Green. HEX triplet: 47, 62 and 07. RGB value is (71,98,7). Sum of RGB (Red+Green+Blue) = 71+98+7=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #476207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476207 is #B89DF8. Grayscale: #4F4F4F. Windows color (decimal): -12099065 or 483911. OLE color: 483911.

HSL color Cylindrical-coordinate representation of color #476207: hue angle of 77.8º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #476207 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB71987-
CMYK0.2800.930.62
HSL77.8º86.67%20.59%-
HSV(B)77.8º92.86%38.43%-
XYZ710.091.78-
YUV79.5587.05121.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=40.34%
G=55.68%
B=3.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719870.2800.930.6277.886.6720.59
Hex476271C05D3E4e5715
Octal10714273401357611612725
Binary1000111110001011111100010111011111101001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476207; }

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

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

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

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

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

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

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

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