#426803

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

Shades of Verdun Green #426803

Tints of Verdun Green #426803

Color information

#426803 (or 0x426803) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 03. RGB value is (66,104,3). Sum of RGB (Red+Green+Blue) = 66+104+3=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #426803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426803 is #BD97FC. Grayscale: #515151. Windows color (decimal): -12425213 or 223298. OLE color: 223298.

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

Color convert

RGB661043-
CMYK0.3700.970.59
HSL82.57º94.39%20.98%-
HSV(B)82.57º97.12%40.78%-
XYZ7.2111.071.84-
YUV81.1283.91117.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=38.15%
G=60.12%
B=1.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6610430.3700.970.5982.5794.3920.98
Hex42683250613B535e15
Octal10215034501417312313625
Binary1000010110100011100101011000011110111010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426803; }

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

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

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

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

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

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

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

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