#425904

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

Shades of Verdun Green #425904

Tints of Verdun Green #425904

Color information

#425904 (or 0x425904) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 04. RGB value is (66,89,4). Sum of RGB (Red+Green+Blue) = 66+89+4=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #425904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425904 is #BDA6FB. Grayscale: #484848. Windows color (decimal): -12429052 or 284994. OLE color: 284994.

HSL color Cylindrical-coordinate representation of color #425904: hue angle of 76.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #425904 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB66894-
CMYK0.2600.960.65
HSL76.24º91.4%18.24%-
HSV(B)76.24º95.51%34.9%-
XYZ5.848.311.41-
YUV72.4389.38123.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=41.51%
G=55.97%
B=2.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal668940.2600.960.6576.2491.418.24
Hex425941A060414c5b12
Octal102131432014010111413322
Binary10000101011001100110100110000010000011001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425904; }

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

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

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

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

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

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

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

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