#476800

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

Shades of Verdun Green #476800

Tints of Verdun Green #476800

Color information

#476800 (or 0x476800) is unknown color: approx Verdun Green. HEX triplet: 47, 68 and 00. RGB value is (71,104,0). Sum of RGB (Red+Green+Blue) = 71+104+0=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #476800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476800 is #B897FF. Grayscale: #525252. Windows color (decimal): -12097536 or 26695. OLE color: 26695.

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

Color convert

RGB711040-
CMYK0.32010.59
HSL79.04º100%20.39%-
HSV(B)79.04º100%40.78%-
XYZ7.5511.241.77-
YUV82.2881.57119.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.57%
G=59.43%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7110400.32010.5979.0410020.39
Hex47680200643B4f6414
Octal10715004001447311714424
Binary100011111010000100000011001001110111001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476800; }

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

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

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

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

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

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

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

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