#424404

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

Shades of Verdun Green #424404

Tints of Verdun Green #424404

Color information

#424404 (or 0x424404) is unknown color: approx Verdun Green. HEX triplet: 42, 44 and 04. RGB value is (66,68,4). Sum of RGB (Red+Green+Blue) = 66+68+4=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #424404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424404 is #BDBBFB. Grayscale: #3C3C3C. Windows color (decimal): -12434428 or 279618. OLE color: 279618.

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

Color convert

RGB66684-
CMYK0.0300.940.73
HSL61.88º88.89%14.12%-
HSV(B)61.88º94.12%26.67%-
XYZ4.345.30.91-
YUV60.1196.34132.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=47.83%
G=49.28%
B=2.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666840.0300.940.7361.8888.8914.12
Hex42444305E493e59e
Octal1021044301361117613116
Binary100001010001001001101011110100100111111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424404; }

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

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

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

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

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

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

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

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