#476615

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

Shades of Verdun Green #476615

Tints of Verdun Green #476615

Color information

#476615 (or 0x476615) is unknown color: approx Verdun Green. HEX triplet: 47, 66 and 15. RGB value is (71,102,21). Sum of RGB (Red+Green+Blue) = 71+102+21=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #476615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476615 is #B899EA. Grayscale: #535353. Windows color (decimal): -12098027 or 1402439. OLE color: 1402439.

HSL color Cylindrical-coordinate representation of color #476615: hue angle of 82.96º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #476615 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB7110221-
CMYK0.3000.790.6
HSL82.96º65.85%24.12%-
HSV(B)82.96º79.41%40%-
XYZ7.4910.92.42-
YUV83.592.73119.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=36.60%
G=52.58%
B=10.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102210.3000.790.682.9665.8524.12
Hex4766151E04F3C534218
Octal107146253601177412310230
Binary100011111001101010111110010011111111001010011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476615; }

 p { color: rgb(71,102,21); }

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

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

 a { background-color: rgb(71,102,21); }

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

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

 span { border-color: rgb(71,102,21); }

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