#464D1D

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

Shades of Verdun Green #464D1D

Tints of Verdun Green #464D1D

Color information

#464D1D (or 0x464D1D) is unknown color: approx Verdun Green. HEX triplet: 46, 4D and 1D. RGB value is (70,77,29). Sum of RGB (Red+Green+Blue) = 70+77+29=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #464D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D1D is #B9B2E2. Grayscale: #454545. Windows color (decimal): -12169955 or 1920326. OLE color: 1920326.

HSL color Cylindrical-coordinate representation of color #464D1D: hue angle of 68.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #464D1D is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB707729-
CMYK0.0900.620.70
HSL68.75º45.28%20.78%-
HSV(B)68.75º62.34%30.2%-
XYZ5.46.72.17-
YUV69.43105.18128.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=39.77%
G=43.75%
B=16.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077290.0900.620.7068.7545.2820.78
Hex464D1D903E46452d15
Octal10611535110761061055525
Binary1000110100110111101100101111101000110100010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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