#424004

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

Shades of Verdun Green #424004

Tints of Verdun Green #424004

Color information

#424004 (or 0x424004) is unknown color: approx Verdun Green. HEX triplet: 42, 40 and 04. RGB value is (66,64,4). Sum of RGB (Red+Green+Blue) = 66+64+4=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #424004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424004 is #BDBFFB. Grayscale: #3A3A3A. Windows color (decimal): -12435452 or 278594. OLE color: 278594.

HSL color Cylindrical-coordinate representation of color #424004: hue angle of 58.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424004 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB66644-
CMYK00.030.940.74
HSL58.06º88.57%13.73%-
HSV(B)58.06º93.94%25.88%-
XYZ4.14.830.83-
YUV57.7697.66133.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=49.25%
G=47.76%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6664400.030.940.7458.0688.5713.73
Hex42404035E4A3a59e
Octal1021004031361127213116
Binary100001010000001000111011110100101011101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424004; }

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

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

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

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

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

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

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

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