#464602

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

Shades of Verdun Green #464602

Tints of Verdun Green #464602

Color information

#464602 (or 0x464602) is unknown color: approx Verdun Green. HEX triplet: 46, 46 and 02. RGB value is (70,70,2). Sum of RGB (Red+Green+Blue) = 70+70+2=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464602 is #B9B9FD. Grayscale: #3E3E3E. Windows color (decimal): -12171774 or 149062. OLE color: 149062.

HSL color Cylindrical-coordinate representation of color #464602: hue angle of 60º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464602 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70702-
CMYK000.970.73
HSL60º94.44%14.12%-
HSV(B)60º97.14%27.45%-
XYZ4.735.690.91-
YUV62.2594133.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=49.30%
G=49.30%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70702000.970.736094.4414.12
Hex464620061493c5ee
Octal1061062001411117413616
Binary1000110100011010001100001100100111110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464602; }

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

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

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

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

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

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

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

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