#464D1C

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

Shades of Verdun Green #464D1C

Tints of Verdun Green #464D1C

Color information

#464D1C (or 0x464D1C) is unknown color: approx Verdun Green. HEX triplet: 46, 4D and 1C. RGB value is (70,77,28). Sum of RGB (Red+Green+Blue) = 70+77+28=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #464D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D1C is #B9B2E3. Grayscale: #454545. Windows color (decimal): -12169956 or 1854790. OLE color: 1854790.

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

Color convert

RGB707728-
CMYK0.0900.640.70
HSL68.57º46.67%20.59%-
HSV(B)68.57º63.64%30.2%-
XYZ5.396.692.11-
YUV69.32104.68128.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 28 (11.33% from 255) = 16%
R=40%
G=44%
B=16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077280.0900.640.7068.5746.6720.59
Hex464D1C904046452f15
Octal106115341101001061055725
Binary10001101001101111001001010000001000110100010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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