#425E01

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

Shades of Verdun Green #425E01

Tints of Verdun Green #425E01

Color information

#425E01 (or 0x425E01) is unknown color: approx Verdun Green. HEX triplet: 42, 5E and 01. RGB value is (66,94,1). Sum of RGB (Red+Green+Blue) = 66+94+1=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #425E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425E01 is #BDA1FE. Grayscale: #4B4B4B. Windows color (decimal): -12427775 or 89666. OLE color: 89666.

HSL color Cylindrical-coordinate representation of color #425E01: hue angle of 78.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #425E01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB66941-
CMYK0.3000.990.63
HSL78.06º97.89%18.63%-
HSV(B)78.06º98.94%36.86%-
XYZ6.259.171.47-
YUV75.0386.22121.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 94 (37.11% from 255) = 58.39%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=40.99%
G=58.39%
B=0.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal669410.3000.990.6378.0697.8918.63
Hex425E11E0633F4e6213
Octal10213613601437711614223
Binary10000101011110111110011000111111111001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425E01; }

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

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

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

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

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

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

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

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