#466F02

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

Shades of Verdun Green #466F02

Tints of Verdun Green #466F02

Color information

#466F02 (or 0x466F02) is unknown color: approx Verdun Green. HEX triplet: 46, 6F and 02. RGB value is (70,111,2). Sum of RGB (Red+Green+Blue) = 70+111+2=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #466F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F02 is #B990FD. Grayscale: #565656. Windows color (decimal): -12161278 or 159558. OLE color: 159558.

HSL color Cylindrical-coordinate representation of color #466F02: hue angle of 82.57º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #466F02 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB701112-
CMYK0.3700.980.56
HSL82.57º96.46%22.16%-
HSV(B)82.57º98.2%43.53%-
XYZ8.2212.682.07-
YUV86.3180.42116.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 111 (43.75% from 255) = 60.66%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=38.25%
G=60.66%
B=1.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7011120.3700.980.5682.5796.4622.16
Hex466F22506238536016
Octal10615724501427012314026
Binary1000110110111110100101011000101110001010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,111,2); }

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

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

 a { background-color: rgb(70,111,2); }

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

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

 span { border-color: rgb(70,111,2); }

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