#424917

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

Shades of Verdun Green #424917

Tints of Verdun Green #424917

Color information

#424917 (or 0x424917) is unknown color: approx Verdun Green. HEX triplet: 42, 49 and 17. RGB value is (66,73,23). Sum of RGB (Red+Green+Blue) = 66+73+23=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #424917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424917 is #BDB6E8. Grayscale: #414141. Windows color (decimal): -12433129 or 1526082. OLE color: 1526082.

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

Color convert

RGB667323-
CMYK0.1000.680.71
HSL68.4º52.08%18.82%-
HSV(B)68.4º68.49%28.63%-
XYZ4.785.991.71-
YUV65.21104.18128.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=40.74%
G=45.06%
B=14.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673230.1000.680.7168.452.0818.82
Hex424917A04447443413
Octal102111271201041071046423
Binary10000101001001101111010010001001000111100010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424917; }

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

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

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

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

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

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

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

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