#426811

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

Shades of Verdun Green #426811

Tints of Verdun Green #426811

Color information

#426811 (or 0x426811) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 11. RGB value is (66,104,17). Sum of RGB (Red+Green+Blue) = 66+104+17=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #426811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426811 is #BD97EE. Grayscale: #535353. Windows color (decimal): -12425199 or 1140802. OLE color: 1140802.

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

Color convert

RGB6610417-
CMYK0.3700.840.59
HSL86.21º71.9%23.73%-
HSV(B)86.21º83.65%40.78%-
XYZ7.311.12.29-
YUV82.7290.91116.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=35.29%
G=55.61%
B=9.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104170.3700.840.5986.2171.923.73
Hex426811250543B564818
Octal102150214501247312611030
Binary1000010110100010001100101010101001110111010110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426811; }

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

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

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

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

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

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

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

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