#426A02

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

Shades of Verdun Green #426A02

Tints of Verdun Green #426A02

Color information

#426A02 (or 0x426A02) is unknown color: approx Verdun Green. HEX triplet: 42, 6A and 02. RGB value is (66,106,2). Sum of RGB (Red+Green+Blue) = 66+106+2=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #426A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A02 is #BD95FD. Grayscale: #525252. Windows color (decimal): -12424702 or 158274. OLE color: 158274.

HSL color Cylindrical-coordinate representation of color #426A02: hue angle of 83.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #426A02 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB661062-
CMYK0.3800.980.58
HSL83.08º96.3%21.18%-
HSV(B)83.08º98.11%41.57%-
XYZ7.4111.471.88-
YUV82.1882.75116.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 106 (41.80% from 255) = 60.92%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=37.93%
G=60.92%
B=1.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6610620.3800.980.5883.0896.321.18
Hex426A2260623A536015
Octal10215224601427212314025
Binary1000010110101010100110011000101110101010011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A02; }

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

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

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

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

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

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

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

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