#426408

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

Shades of Verdun Green #426408

Tints of Verdun Green #426408

Color information

#426408 (or 0x426408) is unknown color: approx Verdun Green. HEX triplet: 42, 64 and 08. RGB value is (66,100,8). Sum of RGB (Red+Green+Blue) = 66+100+8=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #426408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426408 is #BD9BF7. Grayscale: #4F4F4F. Windows color (decimal): -12426232 or 549954. OLE color: 549954.

HSL color Cylindrical-coordinate representation of color #426408: hue angle of 82.17º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #426408 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB661008-
CMYK0.3400.920.61
HSL82.17º85.19%21.18%-
HSV(B)82.17º92%39.22%-
XYZ6.8510.291.86-
YUV79.3587.74118.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=37.93%
G=57.47%
B=4.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6610080.3400.920.6182.1785.1921.18
Hex426482205C3D525515
Octal102144104201347512212525
Binary100001011001001000100010010111001111011010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426408; }

 p { color: rgb(66,100,8); }

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

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

 a { background-color: rgb(66,100,8); }

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

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

 span { border-color: rgb(66,100,8); }

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