#424D02

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

Shades of Verdun Green #424D02

Tints of Verdun Green #424D02

Color information

#424D02 (or 0x424D02) is unknown color: approx Verdun Green. HEX triplet: 42, 4D and 02. RGB value is (66,77,2). Sum of RGB (Red+Green+Blue) = 66+77+2=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #424D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D02 is #BDB2FD. Grayscale: #414141. Windows color (decimal): -12432126 or 150850. OLE color: 150850.

HSL color Cylindrical-coordinate representation of color #424D02: hue angle of 68.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #424D02 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB66772-
CMYK0.1400.970.70
HSL68.8º94.94%15.49%-
HSV(B)68.8º97.4%30.2%-
XYZ4.916.471.05-
YUV65.1692.36128.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 77 (30.47% from 255) = 53.10%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=45.52%
G=53.10%
B=1.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal667720.1400.970.7068.894.9415.49
Hex424D2E06146455ff
Octal102115216014110610513717
Binary10000101001101101110011000011000110100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,77,2); }

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

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

 a { background-color: rgb(66,77,2); }

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

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

 span { border-color: rgb(66,77,2); }

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