#426D03

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

Shades of Verdun Green #426D03

Tints of Verdun Green #426D03

Color information

#426D03 (or 0x426D03) is unknown color: approx Verdun Green. HEX triplet: 42, 6D and 03. RGB value is (66,109,3). Sum of RGB (Red+Green+Blue) = 66+109+3=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 109 (42.97% from 255 or 61.24% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 109 - color contains mainly: green. Hex color #426D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426D03 is #BD92FC. Grayscale: #545454. Windows color (decimal): -12423933 or 224578. OLE color: 224578.

HSL color Cylindrical-coordinate representation of color #426D03: hue angle of 84.34º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #426D03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB661093-
CMYK0.3900.970.57
HSL84.34º94.64%21.96%-
HSV(B)84.34º97.25%42.75%-
XYZ7.7312.12.01-
YUV84.0682.25115.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 109 (42.97% from 255) = 61.24%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=37.08%
G=61.24%
B=1.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6610930.3900.970.5784.3494.6421.96
Hex426D32706139545f16
Octal10215534701417112413726
Binary1000010110110111100111011000011110011010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,109,3); }

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

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

 a { background-color: rgb(66,109,3); }

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

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

 span { border-color: rgb(66,109,3); }

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