#466708

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

Shades of Verdun Green #466708

Tints of Verdun Green #466708

Color information

#466708 (or 0x466708) is unknown color: approx Verdun Green. HEX triplet: 46, 67 and 08. RGB value is (70,103,8). Sum of RGB (Red+Green+Blue) = 70+103+8=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #466708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466708 is #B998F7. Grayscale: #525252. Windows color (decimal): -12163320 or 550726. OLE color: 550726.

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

Color convert

RGB701038-
CMYK0.3200.920.60
HSL80.84º85.59%21.76%-
HSV(B)80.84º92.23%40.39%-
XYZ7.4211.021.97-
YUV82.386.07119.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 103 (40.62% from 255) = 56.91%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=38.67%
G=56.91%
B=4.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7010380.3200.920.6080.8485.5921.76
Hex466782005C3C515616
Octal106147104001347412112626
Binary100011011001111000100000010111001111001010001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466708; }

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

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

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

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

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

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

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

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