#424E04

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

Shades of Verdun Green #424E04

Tints of Verdun Green #424E04

Color information

#424E04 (or 0x424E04) is unknown color: approx Verdun Green. HEX triplet: 42, 4E and 04. RGB value is (66,78,4). Sum of RGB (Red+Green+Blue) = 66+78+4=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #424E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424E04 is #BDB1FB. Grayscale: #424242. Windows color (decimal): -12431868 or 282178. OLE color: 282178.

HSL color Cylindrical-coordinate representation of color #424E04: hue angle of 69.73º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #424E04 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB66784-
CMYK0.1500.950.69
HSL69.73º90.24%16.08%-
HSV(B)69.73º94.87%30.59%-
XYZ4.996.621.13-
YUV65.9893.02128.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 78 (30.86% from 255) = 52.70%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=44.59%
G=52.70%
B=2.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal667840.1500.950.6969.7390.2416.08
Hex424E4F05F45465a10
Octal102116417013710510613220
Binary1000010100111010011110101111110001011000110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E04; }

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

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

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

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

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

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

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

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