#426B01

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

Shades of Verdun Green #426B01

Tints of Verdun Green #426B01

Color information

#426B01 (or 0x426B01) is unknown color: approx Verdun Green. HEX triplet: 42, 6B and 01. RGB value is (66,107,1). Sum of RGB (Red+Green+Blue) = 66+107+1=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #426B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B01 is #BD94FE. Grayscale: #535353. Windows color (decimal): -12424447 or 92994. OLE color: 92994.

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

Color convert

RGB661071-
CMYK0.3800.990.58
HSL83.21º98.15%21.18%-
HSV(B)83.21º99.07%41.96%-
XYZ7.5111.681.89-
YUV82.6681.92116.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 107 (42.19% from 255) = 61.49%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=37.93%
G=61.49%
B=0.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6610710.3800.990.5883.2198.1521.18
Hex426B1260633A536215
Octal10215314601437212314225
Binary100001011010111100110011000111110101010011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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