#46660D

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

Shades of Verdun Green #46660D

Tints of Verdun Green #46660D

Color information

#46660D (or 0x46660D) is unknown color: approx Verdun Green. HEX triplet: 46, 66 and 0D. RGB value is (70,102,13). Sum of RGB (Red+Green+Blue) = 70+102+13=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #46660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46660D is #B999F2. Grayscale: #525252. Windows color (decimal): -12163571 or 878150. OLE color: 878150.

HSL color Cylindrical-coordinate representation of color #46660D: hue angle of 81.57º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46660D is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB7010213-
CMYK0.3100.870.6
HSL81.57º77.39%22.55%-
HSV(B)81.57º87.25%40%-
XYZ7.3510.832.08-
YUV82.2988.9119.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=37.84%
G=55.14%
B=7.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102130.3100.870.681.5777.3922.55
Hex4666D1F0573C524d17
Octal106146153701277412211527
Binary10001101100110110111111010101111111001010010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46660D; }

 p { color: rgb(70,102,13); }

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

<style>
 a { background-color: #46660D; }

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

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

<style>
 span { border-color: #46660D; }

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

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