#425900

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

Shades of Verdun Green #425900

Tints of Verdun Green #425900

Color information

#425900 (or 0x425900) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 00. RGB value is (66,89,0). Sum of RGB (Red+Green+Blue) = 66+89+0=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #425900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425900 is #BDA6FF. Grayscale: #484848. Windows color (decimal): -12429056 or 22850. OLE color: 22850.

HSL color Cylindrical-coordinate representation of color #425900: hue angle of 75.51º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #425900 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB66890-
CMYK0.26010.65
HSL75.51º100%17.45%-
HSV(B)75.51º100%34.9%-
XYZ5.828.31.3-
YUV71.9887.38123.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.58%
G=57.42%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal668900.26010.6575.5110017.45
Hex425901A064414c6411
Octal102131032014410111414421
Binary100001010110010110100110010010000011001100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425900; }

 p { color: rgb(66,89,0); }

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

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

 a { background-color: rgb(66,89,0); }

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

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

 span { border-color: rgb(66,89,0); }

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