#425405

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

Shades of Verdun Green #425405

Tints of Verdun Green #425405

Color information

#425405 (or 0x425405) is unknown color: approx Verdun Green. HEX triplet: 42, 54 and 05. RGB value is (66,84,5). Sum of RGB (Red+Green+Blue) = 66+84+5=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #425405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425405 is #BDABFA. Grayscale: #454545. Windows color (decimal): -12430331 or 349250. OLE color: 349250.

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

Color convert

RGB66845-
CMYK0.2100.940.67
HSL73.67º88.76%17.45%-
HSV(B)73.67º94.05%32.94%-
XYZ5.447.511.31-
YUV69.6191.54125.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=42.58%
G=54.19%
B=3.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal668450.2100.940.6773.6788.7617.45
Hex425451505E434a5911
Octal102124525013610311213121
Binary10000101010100101101010101111010000111001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425405; }

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

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

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

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

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

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

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

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