#424C01

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

Shades of Verdun Green #424C01

Tints of Verdun Green #424C01

Color information

#424C01 (or 0x424C01) is unknown color: approx Verdun Green. HEX triplet: 42, 4C and 01. RGB value is (66,76,1). Sum of RGB (Red+Green+Blue) = 66+76+1=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #424C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424C01 is #BDB3FE. Grayscale: #404040. Windows color (decimal): -12432383 or 85058. OLE color: 85058.

HSL color Cylindrical-coordinate representation of color #424C01: hue angle of 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 #424C01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB66761-
CMYK0.1300.990.70
HSL68º97.4%15.1%-
HSV(B)68º98.68%29.8%-
XYZ4.846.331-
YUV64.4692.19129.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 76 (30.08% from 255) = 53.15%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=46.15%
G=53.15%
B=0.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal667610.1300.990.706897.415.1
Hex424C1D063464461f
Octal102114115014310610414117
Binary1000010100110011101011000111000110100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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