#424904

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

Shades of Verdun Green #424904

Tints of Verdun Green #424904

Color information

#424904 (or 0x424904) is unknown color: approx Verdun Green. HEX triplet: 42, 49 and 04. RGB value is (66,73,4). Sum of RGB (Red+Green+Blue) = 66+73+4=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #424904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424904 is #BDB6FB. Grayscale: #3F3F3F. Windows color (decimal): -12433148 or 280898. OLE color: 280898.

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

Color convert

RGB66734-
CMYK0.1000.950.71
HSL66.09º89.61%15.1%-
HSV(B)66.09º94.52%28.63%-
XYZ4.655.931.01-
YUV63.0494.68130.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=46.15%
G=51.05%
B=2.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal667340.1000.950.7166.0989.6115.1
Hex42494A05F47425af
Octal102111412013710710213217
Binary100001010010011001010010111111000111100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424904; }

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

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

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

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

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

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

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

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