#476510

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

Shades of Verdun Green #476510

Tints of Verdun Green #476510

Color information

#476510 (or 0x476510) is unknown color: approx Verdun Green. HEX triplet: 47, 65 and 10. RGB value is (71,101,16). Sum of RGB (Red+Green+Blue) = 71+101+16=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #476510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476510 is #B89AEF. Grayscale: #525252. Windows color (decimal): -12098288 or 1074503. OLE color: 1074503.

HSL color Cylindrical-coordinate representation of color #476510: hue angle of 81.18º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #476510 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB7110116-
CMYK0.3000.840.60
HSL81.18º72.65%22.94%-
HSV(B)81.18º84.16%39.61%-
XYZ7.3510.682.17-
YUV82.3490.56119.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 101 (39.84% from 255) = 53.72%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=37.77%
G=53.72%
B=8.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101160.3000.840.6081.1872.6522.94
Hex4765101E0543C514917
Octal107145203601247412111127
Binary100011111001011000011110010101001111001010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476510; }

 p { color: rgb(71,101,16); }

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

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

 a { background-color: rgb(71,101,16); }

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

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

 span { border-color: rgb(71,101,16); }

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