#426F01

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

Shades of Verdun Green #426F01

Tints of Verdun Green #426F01

Color information

#426F01 (or 0x426F01) is unknown color: approx Verdun Green. HEX triplet: 42, 6F and 01. RGB value is (66,111,1). Sum of RGB (Red+Green+Blue) = 66+111+1=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #426F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426F01 is #BD90FE. Grayscale: #555555. Windows color (decimal): -12423423 or 94018. OLE color: 94018.

HSL color Cylindrical-coordinate representation of color #426F01: hue angle of 84.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #426F01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB661111-
CMYK0.4100.990.56
HSL84.55º98.21%21.96%-
HSV(B)84.55º99.1%43.53%-
XYZ7.9412.532.03-
YUV8580.59114.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 111 (43.75% from 255) = 62.36%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=37.08%
G=62.36%
B=0.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6611110.4100.990.5684.5598.2121.96
Hex426F12906338556216
Octal10215715101437012514226
Binary100001011011111101001011000111110001010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F01; }

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

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

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

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

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

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

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

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