#426800

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

Shades of Verdun Green #426800

Tints of Verdun Green #426800

Color information

#426800 (or 0x426800) is unknown color: approx Verdun Green. HEX triplet: 42, 68 and 00. RGB value is (66,104,0). Sum of RGB (Red+Green+Blue) = 66+104+0=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #426800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426800 is #BD97FF. Grayscale: #515151. Windows color (decimal): -12425216 or 26690. OLE color: 26690.

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

Color convert

RGB661040-
CMYK0.37010.59
HSL81.92º100%20.39%-
HSV(B)81.92º100%40.78%-
XYZ7.211.061.76-
YUV80.7882.41117.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.82%
G=61.18%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6610400.37010.5981.9210020.39
Hex42680250643B526414
Octal10215004501447312214424
Binary100001011010000100101011001001110111010010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426800; }

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

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

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

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

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

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

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

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