#464802

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

Shades of Verdun Green #464802

Tints of Verdun Green #464802

Color information

#464802 (or 0x464802) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 02. RGB value is (70,72,2). Sum of RGB (Red+Green+Blue) = 70+72+2=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #464802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464802 is #B9B7FD. Grayscale: #3F3F3F. Windows color (decimal): -12171262 or 149574. OLE color: 149574.

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

Color convert

RGB70722-
CMYK0.0300.970.72
HSL61.71º94.59%14.51%-
HSV(B)61.71º97.22%28.24%-
XYZ4.855.940.95-
YUV63.4293.34132.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=48.61%
G=50%
B=1.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal707220.0300.970.7261.7194.5914.51
Hex464823061483e5ff
Octal1061102301411107613717
Binary10001101001000101101100001100100011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464802; }

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

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

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

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

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

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

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

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