#426010

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

Shades of Verdun Green #426010

Tints of Verdun Green #426010

Color information

#426010 (or 0x426010) is unknown color: approx Verdun Green. HEX triplet: 42, 60 and 10. RGB value is (66,96,16). Sum of RGB (Red+Green+Blue) = 66+96+16=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #426010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426010 is #BD9FEF. Grayscale: #4E4E4E. Windows color (decimal): -12427248 or 1073218. OLE color: 1073218.

HSL color Cylindrical-coordinate representation of color #426010: hue angle of 82.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #426010 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB669616-
CMYK0.3100.830.62
HSL82.5º71.43%21.96%-
HSV(B)82.5º83.33%37.65%-
XYZ6.529.561.99-
YUV77.9193.06119.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=37.08%
G=53.93%
B=8.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696160.3100.830.6282.571.4321.96
Hex4260101F0533E524716
Octal102140203701237612210726
Binary100001011000001000011111010100111111101010010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426010; }

 p { color: rgb(66,96,16); }

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

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

 a { background-color: rgb(66,96,16); }

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

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

 span { border-color: rgb(66,96,16); }

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