#476104

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

Shades of Verdun Green #476104

Tints of Verdun Green #476104

Color information

#476104 (or 0x476104) is unknown color: approx Verdun Green. HEX triplet: 47, 61 and 04. RGB value is (71,97,4). Sum of RGB (Red+Green+Blue) = 71+97+4=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #476104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476104 is #B89EFB. Grayscale: #4E4E4E. Windows color (decimal): -12099324 or 287047. OLE color: 287047.

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

Color convert

RGB71974-
CMYK0.2700.960.62
HSL76.77º92.08%19.8%-
HSV(B)76.77º95.88%38.04%-
XYZ6.99.91.66-
YUV78.6285.89122.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 4 (1.95% from 255) = 2.33%
R=41.28%
G=56.40%
B=2.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719740.2700.960.6276.7792.0819.8
Hex476141B0603E4d5c14
Octal10714143301407611513424
Binary1000111110000110011011011000001111101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476104; }

 p { color: rgb(71,97,4); }

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

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

 a { background-color: rgb(71,97,4); }

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

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

 span { border-color: rgb(71,97,4); }

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