#425406

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

Shades of Verdun Green #425406

Tints of Verdun Green #425406

Color information

#425406 (or 0x425406) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 06. RGB value is (66,84,6). Sum of RGB (Red+Green+Blue) = 66+84+6=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #425406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425406 is #BDABF9. Grayscale: #464646. Windows color (decimal): -12430330 or 414786. OLE color: 414786.

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

Color convert

RGB66846-
CMYK0.2100.930.67
HSL73.85º86.67%17.65%-
HSV(B)73.85º92.86%32.94%-
XYZ5.457.511.34-
YUV69.7392.04125.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=42.31%
G=53.85%
B=3.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668460.2100.930.6773.8586.6717.65
Hex425461505D434a5712
Octal102124625013510311212722
Binary10000101010100110101010101110110000111001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425406; }

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

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

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

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

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

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

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

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