#424601

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

Shades of Verdun Green #424601

Tints of Verdun Green #424601

Color information

#424601 (or 0x424601) is unknown color: approx Verdun Green. HEX triplet: 42, 46 and 01. RGB value is (66,70,1). Sum of RGB (Red+Green+Blue) = 66+70+1=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #424601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424601 is #BDB9FE. Grayscale: #3D3D3D. Windows color (decimal): -12433919 or 83522. OLE color: 83522.

HSL color Cylindrical-coordinate representation of color #424601: hue angle of 63.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #424601 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB66701-
CMYK0.0600.990.73
HSL63.48º97.18%13.92%-
HSV(B)63.48º98.57%27.45%-
XYZ4.445.540.86-
YUV60.9494.17131.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=48.18%
G=51.09%
B=0.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal667010.0600.990.7363.4897.1813.92
Hex424616063493f61e
Octal1021061601431117714116
Binary10000101000110111001100011100100111111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424601; }

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

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

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

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

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

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

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

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