#425A09

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

Shades of Verdun Green #425A09

Tints of Verdun Green #425A09

Color information

#425A09 (or 0x425A09) is unknown color: approx Verdun Green. HEX triplet: 42, 5A and 09. RGB value is (66,90,9). Sum of RGB (Red+Green+Blue) = 66+90+9=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #425A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A09 is #BDA5F6. Grayscale: #494949. Windows color (decimal): -12428791 or 612930. OLE color: 612930.

HSL color Cylindrical-coordinate representation of color #425A09: hue angle of 77.78º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425A09 is Cyan = 0.27, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB66909-
CMYK0.2700.90.65
HSL77.78º81.82%19.41%-
HSV(B)77.78º90%35.29%-
XYZ5.958.491.58-
YUV73.5991.55122.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=40%
G=54.55%
B=5.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal669090.2700.90.6577.7881.8219.41
Hex425A91B05A414e5213
Octal1021321133013210111612223
Binary100001010110101001110110101101010000011001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425A09; }

 p { color: rgb(66,90,9); }

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

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

 a { background-color: rgb(66,90,9); }

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

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

 span { border-color: rgb(66,90,9); }

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