#476005

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

Shades of Verdun Green #476005

Tints of Verdun Green #476005

Color information

#476005 (or 0x476005) is unknown color: approx Verdun Green. HEX triplet: 47, 60 and 05. RGB value is (71,96,5). Sum of RGB (Red+Green+Blue) = 71+96+5=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #476005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476005 is #B89FFA. Grayscale: #4E4E4E. Windows color (decimal): -12099579 or 352327. OLE color: 352327.

HSL color Cylindrical-coordinate representation of color #476005: hue angle of 76.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #476005 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB71965-
CMYK0.2600.950.62
HSL76.48º90.1%19.8%-
HSV(B)76.48º94.79%37.65%-
XYZ6.819.721.66-
YUV78.1586.72122.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=41.28%
G=55.81%
B=2.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719650.2600.950.6276.4890.119.8
Hex476051A05F3E4c5a14
Octal10714053201377611413224
Binary1000111110000010111010010111111111101001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476005; }

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

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

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

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

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

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

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

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