#325903

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

Shades of Verdun Green #325903

Tints of Verdun Green #325903

Color information

#325903 (or 0x325903) is unknown color: approx Verdun Green. HEX triplet: 32, 59 and 03. RGB value is (50,89,3). Sum of RGB (Red+Green+Blue) = 50+89+3=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #325903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325903 is #CDA6FC. Grayscale: #434343. Windows color (decimal): -13477629 or 219442. OLE color: 219442.

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

Color convert

RGB50893-
CMYK0.4400.970.65
HSL87.21º93.48%18.04%-
HSV(B)87.21º96.63%34.9%-
XYZ4.97.831.34-
YUV67.5491.58115.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 89 (35.16% from 255) = 62.68%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=35.21%
G=62.68%
B=2.11%

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
Decimal508930.4400.970.6587.2193.4818.04
Hex325932C06141575d12
Octal62131354014110112713522
Binary1100101011001111011000110000110000011010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325903; }

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

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

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

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

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

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

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

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