#466B0B

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

Shades of Verdun Green #466B0B

Tints of Verdun Green #466B0B

Color information

#466B0B (or 0x466B0B) is unknown color: approx Verdun Green. HEX triplet: 46, 6B and 0B. RGB value is (70,107,11). Sum of RGB (Red+Green+Blue) = 70+107+11=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #466B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B0B is #B994F4. Grayscale: #555555. Windows color (decimal): -12162293 or 748358. OLE color: 748358.

HSL color Cylindrical-coordinate representation of color #466B0B: hue angle of 83.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #466B0B is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB7010711-
CMYK0.3500.900.58
HSL83.12º81.36%23.14%-
HSV(B)83.12º89.72%41.96%-
XYZ7.8411.842.19-
YUV84.9986.24117.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 107 (42.19% from 255) = 56.91%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=37.23%
G=56.91%
B=5.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107110.3500.900.5883.1281.3623.14
Hex466BB2305A3A535117
Octal106153134301327212312127
Binary100011011010111011100011010110101110101010011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B0B; }

 p { color: rgb(70,107,11); }

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

<style>
 a { background-color: #466B0B; }

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

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

<style>
 span { border-color: #466B0B; }

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

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