#425008

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

Shades of Verdun Green #425008

Tints of Verdun Green #425008

Color information

#425008 (or 0x425008) is unknown color: approx Verdun Green. HEX triplet: 42, 50 and 08. RGB value is (66,80,8). Sum of RGB (Red+Green+Blue) = 66+80+8=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #425008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425008 is #BDAFF7. Grayscale: #434343. Windows color (decimal): -12431352 or 544834. OLE color: 544834.

HSL color Cylindrical-coordinate representation of color #425008: hue angle of 71.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425008 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB66808-
CMYK0.1700.900.69
HSL71.67º81.82%17.25%-
HSV(B)71.67º90%31.37%-
XYZ5.166.911.29-
YUV67.6194.36126.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=42.86%
G=51.95%
B=5.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal668080.1700.900.6971.6781.8217.25
Hex425081105A45485211
Octal1021201021013210511012221
Binary100001010100001000100010101101010001011001000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425008; }

 p { color: rgb(66,80,8); }

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

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

 a { background-color: rgb(66,80,8); }

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

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

 span { border-color: rgb(66,80,8); }

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