#425707

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

Shades of Verdun Green #425707

Tints of Verdun Green #425707

Color information

#425707 (or 0x425707) is unknown color: approx Verdun Green. HEX triplet: 42, 57 and 07. RGB value is (66,87,7). Sum of RGB (Red+Green+Blue) = 66+87+7=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #425707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425707 is #BDA8F8. Grayscale: #474747. Windows color (decimal): -12429561 or 481090. OLE color: 481090.

HSL color Cylindrical-coordinate representation of color #425707: hue angle of 75.75º 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 #425707 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB66877-
CMYK0.2400.920.66
HSL75.75º85.11%18.43%-
HSV(B)75.75º91.95%34.12%-
XYZ5.697.991.44-
YUV71.691.54124-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 87 (34.38% from 255) = 54.38%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=41.25%
G=54.38%
B=4.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal668770.2400.920.6675.7585.1118.43
Hex425771805C424c5512
Octal102127730013410211412522
Binary10000101010111111110000101110010000101001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425707; }

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

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

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

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

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

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

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

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