#476801

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

Shades of Verdun Green #476801

Tints of Verdun Green #476801

Color information

#476801 (or 0x476801) is unknown color: approx Verdun Green. HEX triplet: 47, 68 and 01. RGB value is (71,104,1). Sum of RGB (Red+Green+Blue) = 71+104+1=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #476801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476801 is #B897FE. Grayscale: #525252. Windows color (decimal): -12097535 or 92231. OLE color: 92231.

HSL color Cylindrical-coordinate representation of color #476801: hue angle of 79.22º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #476801 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB711041-
CMYK0.3200.990.59
HSL79.22º98.1%20.59%-
HSV(B)79.22º99.04%40.78%-
XYZ7.5511.241.8-
YUV82.3982.07119.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=40.34%
G=59.09%
B=0.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7110410.3200.990.5979.2298.120.59
Hex47681200633B4f6215
Octal10715014001437311714225
Binary100011111010001100000011000111110111001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476801; }

 p { color: rgb(71,104,1); }

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

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

 a { background-color: rgb(71,104,1); }

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

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

 span { border-color: rgb(71,104,1); }

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