#426B02

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

Shades of Verdun Green #426B02

Tints of Verdun Green #426B02

Color information

#426B02 (or 0x426B02) is unknown color: approx Verdun Green. HEX triplet: 42, 6B and 02. RGB value is (66,107,2). Sum of RGB (Red+Green+Blue) = 66+107+2=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #426B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B02 is #BD94FD. Grayscale: #535353. Windows color (decimal): -12424446 or 158530. OLE color: 158530.

HSL color Cylindrical-coordinate representation of color #426B02: hue angle of 83.43º 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 #426B02 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB661072-
CMYK0.3800.980.58
HSL83.43º96.33%21.37%-
HSV(B)83.43º98.13%41.96%-
XYZ7.5211.681.92-
YUV82.7782.42116.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 107 (42.19% from 255) = 61.14%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=37.71%
G=61.14%
B=1.14%

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
Decimal6610720.3800.980.5883.4396.3321.37
Hex426B2260623A536015
Octal10215324601427212314025
Binary1000010110101110100110011000101110101010011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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