#46480E

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

Shades of Verdun Green #46480E

Tints of Verdun Green #46480E

Color information

#46480E (or 0x46480E) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 0E. RGB value is (70,72,14). Sum of RGB (Red+Green+Blue) = 70+72+14=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #46480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46480E is #B9B7F1. Grayscale: #414141. Windows color (decimal): -12171250 or 936006. OLE color: 936006.

HSL color Cylindrical-coordinate representation of color #46480E: hue angle of 62.07º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46480E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB707214-
CMYK0.0300.810.72
HSL62.07º67.44%16.86%-
HSV(B)62.07º80.56%28.24%-
XYZ4.925.971.31-
YUV64.7999.34131.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=44.87%
G=46.15%
B=8.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072140.0300.810.7262.0767.4416.86
Hex4648E3051483e4311
Octal10611016301211107610321
Binary10001101001000111011010100011001000111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,72,14); }

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

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

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

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

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

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

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