#425606

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

Shades of Verdun Green #425606

Tints of Verdun Green #425606

Color information

#425606 (or 0x425606) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 06. RGB value is (66,86,6). Sum of RGB (Red+Green+Blue) = 66+86+6=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #425606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425606 is #BDA9F9. Grayscale: #474747. Windows color (decimal): -12429818 or 415298. OLE color: 415298.

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

Color convert

RGB66866-
CMYK0.2300.930.66
HSL75º86.96%18.04%-
HSV(B)75º93.02%33.73%-
XYZ5.617.831.39-
YUV70.991.37124.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 86 (33.98% from 255) = 54.43%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=41.77%
G=54.43%
B=3.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668660.2300.930.667586.9618.04
Hex425661705D424b5712
Octal102126627013510211312722
Binary10000101010110110101110101110110000101001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425606; }

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

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

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

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

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

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

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

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