#426A05

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

Shades of Verdun Green #426A05

Tints of Verdun Green #426A05

Color information

#426A05 (or 0x426A05) is unknown color: approx Verdun Green. HEX triplet: 42, 6A and 05. RGB value is (66,106,5). Sum of RGB (Red+Green+Blue) = 66+106+5=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #426A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A05 is #BD95FA. Grayscale: #525252. Windows color (decimal): -12424699 or 354882. OLE color: 354882.

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

Color convert

RGB661065-
CMYK0.3800.950.58
HSL83.76º90.99%21.76%-
HSV(B)83.76º95.28%41.57%-
XYZ7.4311.481.97-
YUV82.5384.25116.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 106 (41.80% from 255) = 59.89%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=37.29%
G=59.89%
B=2.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6610650.3800.950.5883.7690.9921.76
Hex426A52605F3A545b16
Octal10215254601377212413326
Binary10000101101010101100110010111111110101010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,5); }

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

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

 a { background-color: rgb(66,106,5); }

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

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

 span { border-color: rgb(66,106,5); }

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