#426802

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

Shades of Verdun Green #426802

Tints of Verdun Green #426802

Color information

#426802 (or 0x426802) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 02. RGB value is (66,104,2). Sum of RGB (Red+Green+Blue) = 66+104+2=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #426802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426802 is #BD97FD. Grayscale: #515151. Windows color (decimal): -12425214 or 157762. OLE color: 157762.

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

Color convert

RGB661042-
CMYK0.3700.980.59
HSL82.35º96.23%20.78%-
HSV(B)82.35º98.08%40.78%-
XYZ7.2111.061.81-
YUV81.0183.41117.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=38.37%
G=60.47%
B=1.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6610420.3700.980.5982.3596.2320.78
Hex42682250623B526015
Octal10215024501427312214025
Binary1000010110100010100101011000101110111010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426802; }

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

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

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

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

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

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

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

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