#425619

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

Shades of Verdun Green #425619

Tints of Verdun Green #425619

Color information

#425619 (or 0x425619) is unknown color: approx Verdun Green. HEX triplet: 42, 56 and 19. RGB value is (66,86,25). Sum of RGB (Red+Green+Blue) = 66+86+25=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #425619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425619 is #BDA9E6. Grayscale: #494949. Windows color (decimal): -12429799 or 1660482. OLE color: 1660482.

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

Color convert

RGB668625-
CMYK0.2300.710.66
HSL79.67º54.95%21.76%-
HSV(B)79.67º70.93%33.73%-
XYZ5.757.882.14-
YUV73.07100.87122.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=37.29%
G=48.59%
B=14.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686250.2300.710.6679.6754.9521.76
Hex4256191704742503716
Octal102126312701071021206726
Binary100001010101101100110111010001111000010101000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425619; }

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

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

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

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

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

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

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

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