#426204

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

Shades of Verdun Green #426204

Tints of Verdun Green #426204

Color information

#426204 (or 0x426204) is unknown color: approx Verdun Green. HEX triplet: 42, 62 and 04. RGB value is (66,98,4). Sum of RGB (Red+Green+Blue) = 66+98+4=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #426204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426204 is #BD9DFB. Grayscale: #4E4E4E. Windows color (decimal): -12426748 or 287298. OLE color: 287298.

HSL color Cylindrical-coordinate representation of color #426204: hue angle of 80.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #426204 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB66984-
CMYK0.3300.960.62
HSL80.43º92.16%20%-
HSV(B)80.43º95.92%38.43%-
XYZ6.649.91.68-
YUV77.7286.4119.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=39.29%
G=58.33%
B=2.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal669840.3300.960.6280.4392.1620
Hex42624210603E505c14
Octal10214244101407612013424
Binary10000101100010100100001011000001111101010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426204; }

 p { color: rgb(66,98,4); }

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

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

 a { background-color: rgb(66,98,4); }

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

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

 span { border-color: rgb(66,98,4); }

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