#426c03

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

Shades of Verdun Green #426C03

Tints of Verdun Green #426C03

Color information

#426C03 (or 0x426C03) is unknown color: approx Verdun Green. HEX triplet: 42, 6C and 03. RGB value is (66,108,3). Sum of RGB (Red+Green+Blue) = 66+108+3=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #426C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426C03 is #BD93FC. Grayscale: #535353. Windows color (decimal): -12424189 or 224322. OLE color: 224322.

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

Color convert

RGB661083-
CMYK0.3900.970.58
HSL84º94.59%21.76%-
HSV(B)84º97.22%42.35%-
XYZ7.6311.891.98-
YUV83.4782.59115.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 108 (42.58% from 255) = 61.02%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=37.29%
G=61.02%
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.58
SystemRedGreenBlueCMYKHSL
Decimal6610830.3900.970.588494.5921.76
Hex426C3270613A545f16
Octal10215434701417212413726
Binary1000010110110011100111011000011110101010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426c03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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