#46601B

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

Shades of Verdun Green #46601B

Tints of Verdun Green #46601B

Color information

#46601B (or 0x46601B) is unknown color: approx Verdun Green. HEX triplet: 46, 60 and 1B. RGB value is (70,96,27). Sum of RGB (Red+Green+Blue) = 70+96+27=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #46601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46601B is #B99FE4. Grayscale: #505050. Windows color (decimal): -12165093 or 1794118. OLE color: 1794118.

HSL color Cylindrical-coordinate representation of color #46601B: hue angle of 82.61º 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 #46601B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB709627-
CMYK0.2700.720.62
HSL82.61º56.1%24.12%-
HSV(B)82.61º71.88%37.65%-
XYZ6.919.752.55-
YUV80.3697.89120.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=36.27%
G=49.74%
B=13.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096270.2700.720.6282.6156.124.12
Hex46601B1B0483E533818
Octal10614033330110761237030
Binary10001101100000110111101101001000111110101001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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