#325A03

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

Shades of Verdun Green #325A03

Tints of Verdun Green #325A03

Color information

#325A03 (or 0x325A03) is unknown color: approx Verdun Green. HEX triplet: 32, 5A and 03. RGB value is (50,90,3). Sum of RGB (Red+Green+Blue) = 50+90+3=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #325A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325A03 is #CDA5FC. Grayscale: #444444. Windows color (decimal): -13477373 or 219698. OLE color: 219698.

HSL color Cylindrical-coordinate representation of color #325A03: hue angle of 87.59º degrees, saturation: 0.94, 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 #325A03 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB50903-
CMYK0.4400.970.65
HSL87.59º93.55%18.24%-
HSV(B)87.59º96.67%35.29%-
XYZ4.9981.37-
YUV68.1291.25115.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 90 (35.55% from 255) = 62.94%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=34.97%
G=62.94%
B=2.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal509030.4400.970.6587.5993.5518.24
Hex325A32C06141585e12
Octal62132354014110113013622
Binary1100101011010111011000110000110000011011000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A03; }

 p { color: rgb(50,90,3); }

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

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

 a { background-color: rgb(50,90,3); }

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

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

 span { border-color: rgb(50,90,3); }

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