#424001

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

Shades of Verdun Green #424001

Tints of Verdun Green #424001

Color information

#424001 (or 0x424001) is unknown color: approx Verdun Green. HEX triplet: 42, 40 and 01. RGB value is (66,64,1). Sum of RGB (Red+Green+Blue) = 66+64+1=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #424001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424001 is #BDBFFE. Grayscale: #393939. Windows color (decimal): -12435455 or 81986. OLE color: 81986.

HSL color Cylindrical-coordinate representation of color #424001: hue angle of 58.15º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #424001 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB66641-
CMYK00.030.980.74
HSL58.15º97.01%13.14%-
HSV(B)58.15º98.48%25.88%-
XYZ4.094.830.75-
YUV57.4296.16134.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=50.38%
G=48.85%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6664100.030.980.7458.1597.0113.14
Hex4240103624A3a61d
Octal1021001031421127214115
Binary1000010100000010111100010100101011101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424001; }

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

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

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

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

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

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

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

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