#466108

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

Shades of Verdun Green #466108

Tints of Verdun Green #466108

Color information

#466108 (or 0x466108) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 08. RGB value is (70,97,8). Sum of RGB (Red+Green+Blue) = 70+97+8=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #466108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466108 is #B99EF7. Grayscale: #4F4F4F. Windows color (decimal): -12164856 or 549190. OLE color: 549190.

HSL color Cylindrical-coordinate representation of color #466108: hue angle of 78.2º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #466108 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB70978-
CMYK0.2800.920.62
HSL78.2º84.76%20.59%-
HSV(B)78.2º91.75%38.04%-
XYZ6.849.871.77-
YUV78.7888.05121.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=40%
G=55.43%
B=4.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709780.2800.920.6278.284.7620.59
Hex466181C05C3E4e5515
Octal106141103401347611612525
Binary10001101100001100011100010111001111101001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466108; }

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

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

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

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

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

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

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

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