#466007

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

Shades of Verdun Green #466007

Tints of Verdun Green #466007

Color information

#466007 (or 0x466007) is unknown color: approx Verdun Green. HEX triplet: 46, 60 and 07. RGB value is (70,96,7). Sum of RGB (Red+Green+Blue) = 70+96+7=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #466007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466007 is #B99FF8. Grayscale: #4E4E4E. Windows color (decimal): -12165113 or 483398. OLE color: 483398.

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

Color convert

RGB70967-
CMYK0.2700.930.62
HSL77.53º86.41%20.2%-
HSV(B)77.53º92.71%37.65%-
XYZ6.759.681.71-
YUV78.0887.89122.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=40.46%
G=55.49%
B=4.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709670.2700.930.6277.5386.4120.2
Hex466071B05D3E4e5614
Octal10614073301357611612624
Binary1000110110000011111011010111011111101001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466007; }

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

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

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

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

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

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

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

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