#476805

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

Shades of Verdun Green #476805

Tints of Verdun Green #476805

Color information

#476805 (or 0x476805) is unknown color: approx Verdun Green. HEX triplet: 47, 68 and 05. RGB value is (71,104,5). Sum of RGB (Red+Green+Blue) = 71+104+5=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #476805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476805 is #B897FA. Grayscale: #535353. Windows color (decimal): -12097531 or 354375. OLE color: 354375.

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

Color convert

RGB711045-
CMYK0.3200.950.59
HSL80º90.83%21.37%-
HSV(B)80º95.19%40.78%-
XYZ7.5811.251.92-
YUV82.8584.07119.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 104 (41.02% from 255) = 57.78%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=39.44%
G=57.78%
B=2.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7110450.3200.950.598090.8321.37
Hex476852005F3B505b15
Octal10715054001377312013325
Binary10001111101000101100000010111111110111010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476805; }

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

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

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

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

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

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

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

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