#424916

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

Shades of Verdun Green #424916

Tints of Verdun Green #424916

Color information

#424916 (or 0x424916) is unknown color: approx Verdun Green. HEX triplet: 42, 49 and 16. RGB value is (66,73,22). Sum of RGB (Red+Green+Blue) = 66+73+22=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #424916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424916 is #BDB6E9. Grayscale: #414141. Windows color (decimal): -12433130 or 1460546. OLE color: 1460546.

HSL color Cylindrical-coordinate representation of color #424916: hue angle of 68.24º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424916 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB667322-
CMYK0.1000.700.71
HSL68.24º53.68%18.63%-
HSV(B)68.24º69.86%28.63%-
XYZ4.775.981.66-
YUV65.09103.68128.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=40.99%
G=45.34%
B=13.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673220.1000.700.7168.2453.6818.63
Hex424916A04647443613
Octal102111261201061071046623
Binary10000101001001101101010010001101000111100010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424916; }

 p { color: rgb(66,73,22); }

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

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

 a { background-color: rgb(66,73,22); }

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

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

 span { border-color: rgb(66,73,22); }

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