#425D03

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

Shades of Verdun Green #425D03

Tints of Verdun Green #425D03

Color information

#425D03 (or 0x425D03) is unknown color: approx Verdun Green. HEX triplet: 42, 5D and 03. RGB value is (66,93,3). Sum of RGB (Red+Green+Blue) = 66+93+3=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #425D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D03 is #BDA2FC. Grayscale: #4B4B4B. Windows color (decimal): -12428029 or 220482. OLE color: 220482.

HSL color Cylindrical-coordinate representation of color #425D03: hue angle of 78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #425D03 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB66933-
CMYK0.2900.970.64
HSL78º93.75%18.82%-
HSV(B)78º96.77%36.47%-
XYZ6.188.991.5-
YUV74.6787.55121.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 93 (36.72% from 255) = 57.41%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=40.74%
G=57.41%
B=1.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal669330.2900.970.647893.7518.82
Hex425D31D061404e5e13
Octal102135335014110011613623
Binary1000010101110111111010110000110000001001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D03; }

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

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

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

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

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

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

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

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