#46611B

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

Shades of Verdun Green #46611B

Tints of Verdun Green #46611B

Color information

#46611B (or 0x46611B) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 1B. RGB value is (70,97,27). Sum of RGB (Red+Green+Blue) = 70+97+27=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #46611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46611B is #B99EE4. Grayscale: #515151. Windows color (decimal): -12164837 or 1794374. OLE color: 1794374.

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

Color convert

RGB709727-
CMYK0.2800.720.62
HSL83.14º56.45%24.31%-
HSV(B)83.14º72.16%38.04%-
XYZ79.932.58-
YUV80.9597.55120.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=36.08%
G=50%
B=13.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097270.2800.720.6283.1456.4524.31
Hex46611B1C0483E533818
Octal10614133340110761237030
Binary10001101100001110111110001001000111110101001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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