#46670E

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

Shades of Verdun Green #46670E

Tints of Verdun Green #46670E

Color information

#46670E (or 0x46670E) is unknown color: approx Verdun Green. HEX triplet: 46, 67 and 0E. RGB value is (70,103,14). Sum of RGB (Red+Green+Blue) = 70+103+14=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #46670E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46670E is #B998F1. Grayscale: #535353. Windows color (decimal): -12163314 or 943942. OLE color: 943942.

HSL color Cylindrical-coordinate representation of color #46670E: hue angle of 82.25º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46670E is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB7010314-
CMYK0.3200.860.60
HSL82.25º76.07%22.94%-
HSV(B)82.25º86.41%40.39%-
XYZ7.4611.032.15-
YUV82.9989.07118.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=37.43%
G=55.08%
B=7.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103140.3200.860.6082.2576.0722.94
Hex4667E200563C524c17
Octal106147164001267412211427
Binary100011011001111110100000010101101111001010010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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