#426809

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

Shades of Verdun Green #426809

Tints of Verdun Green #426809

Color information

#426809 (or 0x426809) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 09. RGB value is (66,104,9). Sum of RGB (Red+Green+Blue) = 66+104+9=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #426809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426809 is #BD97F6. Grayscale: #525252. Windows color (decimal): -12425207 or 616514. OLE color: 616514.

HSL color Cylindrical-coordinate representation of color #426809: hue angle of 84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #426809 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB661049-
CMYK0.3700.910.59
HSL84º84.07%22.16%-
HSV(B)84º91.35%40.78%-
XYZ7.2511.082.01-
YUV81.8186.91116.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=36.87%
G=58.10%
B=5.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6610490.3700.910.598484.0722.16
Hex426892505B3B545416
Octal102150114501337312412426
Binary100001011010001001100101010110111110111010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426809; }

 p { color: rgb(66,104,9); }

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

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

 a { background-color: rgb(66,104,9); }

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

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

 span { border-color: rgb(66,104,9); }

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