#325504

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

Shades of Verdun Green #325504

Tints of Verdun Green #325504

Color information

#325504 (or 0x325504) is unknown color: approx Verdun Green. HEX triplet: 32, 55 and 04. RGB value is (50,85,4). Sum of RGB (Red+Green+Blue) = 50+85+4=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #325504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325504 is #CDAAFB. Grayscale: #414141. Windows color (decimal): -13478652 or 283954. OLE color: 283954.

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

Color convert

RGB50854-
CMYK0.4100.950.67
HSL85.93º91.01%17.45%-
HSV(B)85.93º95.29%33.33%-
XYZ4.597.181.26-
YUV65.393.4117.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=35.97%
G=61.15%
B=2.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508540.4100.950.6785.9391.0117.45
Hex325542905F43565b11
Octal62125451013710312613321
Binary11001010101011001010010101111110000111010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325504; }

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

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

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

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

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

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

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

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