#424D01

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

Shades of Verdun Green #424D01

Tints of Verdun Green #424D01

Color information

#424D01 (or 0x424D01) is unknown color: approx Verdun Green. HEX triplet: 42, 4D and 01. RGB value is (66,77,1). Sum of RGB (Red+Green+Blue) = 66+77+1=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #424D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D01 is #BDB2FE. Grayscale: #414141. Windows color (decimal): -12432127 or 85314. OLE color: 85314.

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

Color convert

RGB66771-
CMYK0.1400.990.70
HSL68.68º97.44%15.29%-
HSV(B)68.68º98.7%30.2%-
XYZ4.916.471.02-
YUV65.0591.86128.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=45.83%
G=53.47%
B=0.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal667710.1400.990.7068.6897.4415.29
Hex424D1E063464561f
Octal102115116014310610514117
Binary1000010100110111110011000111000110100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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