#464E1D

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

Shades of Verdun Green #464E1D

Tints of Verdun Green #464E1D

Color information

#464E1D (or 0x464E1D) is unknown color: approx Verdun Green. HEX triplet: 46, 4E and 1D. RGB value is (70,78,29). Sum of RGB (Red+Green+Blue) = 70+78+29=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #464E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E1D is #B9B1E2. Grayscale: #464646. Windows color (decimal): -12169699 or 1920582. OLE color: 1920582.

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

Color convert

RGB707829-
CMYK0.1000.630.69
HSL69.8º45.79%20.98%-
HSV(B)69.8º62.82%30.59%-
XYZ5.476.842.19-
YUV70.02104.85127.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=39.55%
G=44.07%
B=16.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078290.1000.630.6969.845.7920.98
Hex464E1DA03F45462e15
Octal10611635120771051065625
Binary1000110100111011101101001111111000101100011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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