#46610E

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

Shades of Verdun Green #46610E

Tints of Verdun Green #46610E

Color information

#46610E (or 0x46610E) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 0E. RGB value is (70,97,14). Sum of RGB (Red+Green+Blue) = 70+97+14=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #46610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46610E is #B99EF1. Grayscale: #4F4F4F. Windows color (decimal): -12164850 or 942406. OLE color: 942406.

HSL color Cylindrical-coordinate representation of color #46610E: hue angle of 79.52º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46610E is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB709714-
CMYK0.2800.860.62
HSL79.52º74.77%21.76%-
HSV(B)79.52º85.57%38.04%-
XYZ6.889.881.96-
YUV79.4691.05121.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=38.67%
G=53.59%
B=7.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097140.2800.860.6279.5274.7721.76
Hex4661E1C0563E504b16
Octal106141163401267612011326
Binary10001101100001111011100010101101111101010000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46610E; }

 p { color: rgb(70,97,14); }

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

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

 a { background-color: rgb(70,97,14); }

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

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

 span { border-color: rgb(70,97,14); }

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