#424D00

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

Shades of Verdun Green #424D00

Tints of Verdun Green #424D00

Color information

#424D00 (or 0x424D00) is unknown color: approx Verdun Green. HEX triplet: 42, 4D and 00. RGB value is (66,77,0). Sum of RGB (Red+Green+Blue) = 66+77+0=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #424D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D00 is #BDB2FF. Grayscale: #414141. Windows color (decimal): -12432128 or 19778. OLE color: 19778.

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

Color convert

RGB66770-
CMYK0.14010.70
HSL68.57º100%15.1%-
HSV(B)68.57º100%30.2%-
XYZ4.96.470.99-
YUV64.9391.36128.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 77 (30.47% from 255) = 53.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.15%
G=53.85%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal667700.14010.7068.5710015.1
Hex424D0E064464564f
Octal102115016014410610514417
Binary1000010100110101110011001001000110100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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