#425609

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

Shades of Verdun Green #425609

Tints of Verdun Green #425609

Color information

#425609 (or 0x425609) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 09. RGB value is (66,86,9). Sum of RGB (Red+Green+Blue) = 66+86+9=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #425609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425609 is #BDA9F6. Grayscale: #474747. Windows color (decimal): -12429815 or 611906. OLE color: 611906.

HSL color Cylindrical-coordinate representation of color #425609: hue angle of 75.58º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425609 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB66869-
CMYK0.2300.900.66
HSL75.58º81.05%18.63%-
HSV(B)75.58º89.53%33.73%-
XYZ5.627.831.47-
YUV71.2492.87124.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=40.99%
G=53.42%
B=5.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668690.2300.900.6675.5881.0518.63
Hex425691705A424c5113
Octal1021261127013210211412123
Binary100001010101101001101110101101010000101001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425609; }

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

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

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

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

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

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

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

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