#464C02

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

Shades of Verdun Green #464C02

Tints of Verdun Green #464C02

Color information

#464C02 (or 0x464C02) is unknown color: approx Verdun Green. HEX triplet: 46, 4C and 02. RGB value is (70,76,2). Sum of RGB (Red+Green+Blue) = 70+76+2=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #464C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C02 is #B9B3FD. Grayscale: #424242. Windows color (decimal): -12170238 or 150598. OLE color: 150598.

HSL color Cylindrical-coordinate representation of color #464C02: hue angle of 64.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464C02 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB70762-
CMYK0.0800.970.70
HSL64.86º94.87%15.29%-
HSV(B)64.86º97.37%29.8%-
XYZ5.126.481.04-
YUV65.7792.01131.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=47.30%
G=51.35%
B=1.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal707620.0800.970.7064.8694.8715.29
Hex464C2806146415ff
Octal106114210014110610113717
Binary10001101001100101000011000011000110100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C02; }

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

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

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

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

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

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

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

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