#46611A

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

Shades of Verdun Green #46611A

Tints of Verdun Green #46611A

Color information

#46611A (or 0x46611A) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 1A. RGB value is (70,97,26). Sum of RGB (Red+Green+Blue) = 70+97+26=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #46611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46611A is #B99EE5. Grayscale: #515151. Windows color (decimal): -12164838 or 1728838. OLE color: 1728838.

HSL color Cylindrical-coordinate representation of color #46611A: hue angle of 82.82º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46611A is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB709726-
CMYK0.2800.730.62
HSL82.82º57.72%24.12%-
HSV(B)82.82º73.2%38.04%-
XYZ6.999.932.52-
YUV80.8397.05120.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=36.27%
G=50.26%
B=13.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097260.2800.730.6282.8257.7224.12
Hex46611A1C0493E533a18
Octal10614132340111761237230
Binary10001101100001110101110001001001111110101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46611A; }

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

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

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

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

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

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

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

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