#466005

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

Shades of Verdun Green #466005

Tints of Verdun Green #466005

Color information

#466005 (or 0x466005) is unknown color: approx Verdun Green. HEX triplet: 46, 60 and 05. RGB value is (70,96,5). Sum of RGB (Red+Green+Blue) = 70+96+5=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #466005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466005 is #B99FFA. Grayscale: #4E4E4E. Windows color (decimal): -12165115 or 352326. OLE color: 352326.

HSL color Cylindrical-coordinate representation of color #466005: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #466005 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB70965-
CMYK0.2700.950.62
HSL77.14º90.1%19.8%-
HSV(B)77.14º94.79%37.65%-
XYZ6.749.681.66-
YUV77.8586.89122.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=40.94%
G=56.14%
B=2.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709650.2700.950.6277.1490.119.8
Hex466051B05F3E4d5a14
Octal10614053301377611513224
Binary1000110110000010111011010111111111101001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466005; }

 p { color: rgb(70,96,5); }

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

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

 a { background-color: rgb(70,96,5); }

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

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

 span { border-color: rgb(70,96,5); }

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