#426810

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

Shades of Verdun Green #426810

Tints of Verdun Green #426810

Color information

#426810 (or 0x426810) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 10. RGB value is (66,104,16). Sum of RGB (Red+Green+Blue) = 66+104+16=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #426810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426810 is #BD97EF. Grayscale: #525252. Windows color (decimal): -12425200 or 1075266. OLE color: 1075266.

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

Color convert

RGB6610416-
CMYK0.3700.850.59
HSL85.91º73.33%23.53%-
HSV(B)85.91º84.62%40.78%-
XYZ7.2911.12.25-
YUV82.6190.41116.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=35.48%
G=55.91%
B=8.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104160.3700.850.5985.9173.3323.53
Hex426810250553B564918
Octal102150204501257312611130
Binary1000010110100010000100101010101011110111010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426810; }

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

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

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

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

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

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

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

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