#46581E

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

Shades of Verdun Green #46581E

Tints of Verdun Green #46581E

Color information

#46581E (or 0x46581E) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 1E. RGB value is (70,88,30). Sum of RGB (Red+Green+Blue) = 70+88+30=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #46581E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46581E is #B9A7E1. Grayscale: #4C4C4C. Windows color (decimal): -12167138 or 1988678. OLE color: 1988678.

HSL color Cylindrical-coordinate representation of color #46581E: hue angle of 78.62º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46581E is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB708830-
CMYK0.2000.660.65
HSL78.62º49.15%23.14%-
HSV(B)78.62º65.91%34.51%-
XYZ6.258.382.52-
YUV76.01102.04123.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=37.23%
G=46.81%
B=15.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088300.2000.660.6578.6249.1523.14
Hex46581E14042414f3117
Octal106130362401021011176127
Binary100011010110001111010100010000101000001100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,88,30); }

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

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

 a { background-color: rgb(70,88,30); }

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

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

 span { border-color: rgb(70,88,30); }

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