#325502

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

Shades of Verdun Green #325502

Tints of Verdun Green #325502

Color information

#325502 (or 0x325502) is unknown color: approx Verdun Green. HEX triplet: 32, 55 and 02. RGB value is (50,85,2). Sum of RGB (Red+Green+Blue) = 50+85+2=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #325502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325502 is #CDAAFD. Grayscale: #414141. Windows color (decimal): -13478654 or 152882. OLE color: 152882.

HSL color Cylindrical-coordinate representation of color #325502: hue angle of 85.3º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #325502 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB50852-
CMYK0.4100.980.67
HSL85.3º95.4%17.06%-
HSV(B)85.3º97.65%33.33%-
XYZ4.577.181.2-
YUV65.0792.4117.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=36.50%
G=62.04%
B=1.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508520.4100.980.6785.395.417.06
Hex325522906243555f11
Octal62125251014210312513721
Binary1100101010101101010010110001010000111010101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325502; }

 p { color: rgb(50,85,2); }

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

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

 a { background-color: rgb(50,85,2); }

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

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

 span { border-color: rgb(50,85,2); }

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