#426E07

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

Shades of Verdun Green #426E07

Tints of Verdun Green #426E07

Color information

#426E07 (or 0x426E07) is unknown color: approx Verdun Green. HEX triplet: 42, 6E and 07. RGB value is (66,110,7). Sum of RGB (Red+Green+Blue) = 66+110+7=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #426E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426E07 is #BD91F8. Grayscale: #555555. Windows color (decimal): -12423673 or 486978. OLE color: 486978.

HSL color Cylindrical-coordinate representation of color #426E07: hue angle of 85.63º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #426E07 is Cyan = 0.4, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB661107-
CMYK0.400.940.57
HSL85.63º88.03%22.94%-
HSV(B)85.63º93.64%43.14%-
XYZ7.8612.332.17-
YUV85.183.92114.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 110 (43.36% from 255) = 60.11%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=36.07%
G=60.11%
B=3.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6611070.400.940.5785.6388.0322.94
Hex426E72805E39565817
Octal10215675001367112613027
Binary10000101101110111101000010111101110011010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,7); }

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

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

 a { background-color: rgb(66,110,7); }

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

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

 span { border-color: rgb(66,110,7); }

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