#464E19

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

Shades of Verdun Green #464E19

Tints of Verdun Green #464E19

Color information

#464E19 (or 0x464E19) is unknown color: approx Verdun Green. HEX triplet: 46, 4E and 19. RGB value is (70,78,25). Sum of RGB (Red+Green+Blue) = 70+78+25=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #464E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E19 is #B9B1E6. Grayscale: #454545. Windows color (decimal): -12169703 or 1658438. OLE color: 1658438.

HSL color Cylindrical-coordinate representation of color #464E19: hue angle of 69.06º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464E19 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB707825-
CMYK0.1000.680.69
HSL69.06º51.46%20.2%-
HSV(B)69.06º67.95%30.59%-
XYZ5.436.821.95-
YUV69.57102.85128.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=40.46%
G=45.09%
B=14.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078250.1000.680.6969.0651.4620.2
Hex464E19A04445453314
Octal106116311201041051056324
Binary10001101001110110011010010001001000101100010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,25); }

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

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

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

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

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

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

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