#46460F

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

Shades of Verdun Green #46460F

Tints of Verdun Green #46460F

Color information

#46460F (or 0x46460F) is unknown color: approx Verdun Green. HEX triplet: 46, 46 and 0F. RGB value is (70,70,15). Sum of RGB (Red+Green+Blue) = 70+70+15=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46460F is #B9B9F0. Grayscale: #3F3F3F. Windows color (decimal): -12171761 or 1001030. OLE color: 1001030.

HSL color Cylindrical-coordinate representation of color #46460F: hue angle of 60º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46460F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB707015-
CMYK000.790.73
HSL60º64.71%16.67%-
HSV(B)60º78.57%27.45%-
XYZ4.85.721.3-
YUV63.73100.5132.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=45.16%
G=45.16%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707015000.790.736064.7116.67
Hex4646F004F493c4111
Octal10610617001171117410121
Binary1000110100011011110010011111001001111100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46460F; }

 p { color: rgb(70,70,15); }

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

<style>
 a { background-color: #46460F; }

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

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

<style>
 span { border-color: #46460F; }

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

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