#425607

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

Shades of Verdun Green #425607

Tints of Verdun Green #425607

Color information

#425607 (or 0x425607) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 07. RGB value is (66,86,7). Sum of RGB (Red+Green+Blue) = 66+86+7=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #425607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425607 is #BDA9F8. Grayscale: #474747. Windows color (decimal): -12429817 or 480834. OLE color: 480834.

HSL color Cylindrical-coordinate representation of color #425607: hue angle of 75.19º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #425607 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB66867-
CMYK0.2300.920.66
HSL75.19º84.95%18.24%-
HSV(B)75.19º91.86%33.73%-
XYZ5.617.831.42-
YUV71.0191.87124.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 86 (33.98% from 255) = 54.09%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=41.51%
G=54.09%
B=4.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668670.2300.920.6675.1984.9518.24
Hex425671705C424b5512
Octal102126727013410211312522
Binary10000101010110111101110101110010000101001011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425607; }

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

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

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

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

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

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

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

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