#424E05

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

Shades of Verdun Green #424E05

Tints of Verdun Green #424E05

Color information

#424E05 (or 0x424E05) is unknown color: approx Verdun Green. HEX triplet: 42, 4E and 05. RGB value is (66,78,5). Sum of RGB (Red+Green+Blue) = 66+78+5=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #424E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424E05 is #BDB1FA. Grayscale: #424242. Windows color (decimal): -12431867 or 347714. OLE color: 347714.

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

Color convert

RGB66785-
CMYK0.1500.940.69
HSL69.86º87.95%16.27%-
HSV(B)69.86º93.59%30.59%-
XYZ56.621.16-
YUV66.0993.52127.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 78 (30.86% from 255) = 52.35%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=44.30%
G=52.35%
B=3.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal667850.1500.940.6969.8687.9516.27
Hex424E5F05E45465810
Octal102116517013610510613020
Binary1000010100111010111110101111010001011000110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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