#464D09

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

Shades of Verdun Green #464D09

Tints of Verdun Green #464D09

Color information

#464D09 (or 0x464D09) is unknown color: approx Verdun Green. HEX triplet: 46, 4D and 09. RGB value is (70,77,9). Sum of RGB (Red+Green+Blue) = 70+77+9=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #464D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464D09 is #B9B2F6. Grayscale: #434343. Windows color (decimal): -12169975 or 609606. OLE color: 609606.

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

Color convert

RGB70779-
CMYK0.0900.880.70
HSL66.18º79.07%16.86%-
HSV(B)66.18º88.31%30.2%-
XYZ5.236.631.26-
YUV67.1595.18130.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=44.87%
G=49.36%
B=5.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal707790.0900.880.7066.1879.0716.86
Hex464D9905846424f11
Octal1061151111013010610211721
Binary10001101001101100110010101100010001101000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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