#425903

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

Shades of Verdun Green #425903

Tints of Verdun Green #425903

Color information

#425903 (or 0x425903) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 03. RGB value is (66,89,3). Sum of RGB (Red+Green+Blue) = 66+89+3=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #425903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425903 is #BDA6FC. Grayscale: #484848. Windows color (decimal): -12429053 or 219458. OLE color: 219458.

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

Color convert

RGB66893-
CMYK0.2600.970.65
HSL76.05º93.48%18.04%-
HSV(B)76.05º96.63%34.9%-
XYZ5.848.311.38-
YUV72.3288.88123.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=41.77%
G=56.33%
B=1.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal668930.2600.970.6576.0593.4818.04
Hex425931A061414c5d12
Octal102131332014110111413522
Binary1000010101100111110100110000110000011001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425903; }

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

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

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

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

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

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

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

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