#426805

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

Shades of Verdun Green #426805

Tints of Verdun Green #426805

Color information

#426805 (or 0x426805) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 05. RGB value is (66,104,5). Sum of RGB (Red+Green+Blue) = 66+104+5=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #426805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426805 is #BD97FA. Grayscale: #515151. Windows color (decimal): -12425211 or 354370. OLE color: 354370.

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

Color convert

RGB661045-
CMYK0.3700.950.59
HSL83.03º90.83%21.37%-
HSV(B)83.03º95.19%40.78%-
XYZ7.2211.071.9-
YUV81.3584.91117.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=37.71%
G=59.43%
B=2.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6610450.3700.950.5983.0390.8321.37
Hex426852505F3B535b15
Octal10215054501377312313325
Binary10000101101000101100101010111111110111010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426805; }

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

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

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

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

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

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

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

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