#464702

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

Shades of Verdun Green #464702

Tints of Verdun Green #464702

Color information

#464702 (or 0x464702) is unknown color: approx Verdun Green. HEX triplet: 46, 47 and 02. RGB value is (70,71,2). Sum of RGB (Red+Green+Blue) = 70+71+2=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #464702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464702 is #B9B8FD. Grayscale: #3F3F3F. Windows color (decimal): -12171518 or 149318. OLE color: 149318.

HSL color Cylindrical-coordinate representation of color #464702: hue angle of 60.87º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464702 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB70712-
CMYK0.0100.970.72
HSL60.87º94.52%14.31%-
HSV(B)60.87º97.18%27.84%-
XYZ4.795.810.93-
YUV62.8493.67133.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=48.95%
G=49.65%
B=1.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707120.0100.970.7260.8794.5214.31
Hex464721061483d5fe
Octal1061072101411107513716
Binary1000110100011110101100001100100011110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464702; }

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

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

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

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

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

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

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

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