#426904

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

Shades of Verdun Green #426904

Tints of Verdun Green #426904

Color information

#426904 (or 0x426904) is unknown color: approx Verdun Green. HEX triplet: 42, 69 and 04. RGB value is (66,105,4). Sum of RGB (Red+Green+Blue) = 66+105+4=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #426904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426904 is #BD96FB. Grayscale: #525252. Windows color (decimal): -12424956 or 289090. OLE color: 289090.

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

Color convert

RGB661054-
CMYK0.3700.960.59
HSL83.17º92.66%21.37%-
HSV(B)83.17º96.19%41.18%-
XYZ7.3211.271.9-
YUV81.8284.08116.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 105 (41.41% from 255) = 60%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=37.71%
G=60%
B=2.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6610540.3700.960.5983.1792.6621.37
Hex42694250603B535d15
Octal10215144501407312313525
Binary10000101101001100100101011000001110111010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426904; }

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

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

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

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

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

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

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

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