#325809

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

Shades of Verdun Green #325809

Tints of Verdun Green #325809

Color information

#325809 (or 0x325809) is unknown color: approx Verdun Green. HEX triplet: 32, 58 and 09. RGB value is (50,88,9). Sum of RGB (Red+Green+Blue) = 50+88+9=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #325809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325809 is #CDA7F6. Grayscale: #434343. Windows color (decimal): -13477879 or 612402. OLE color: 612402.

HSL color Cylindrical-coordinate representation of color #325809: hue angle of 88.86º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #325809 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB50889-
CMYK0.4300.900.65
HSL88.86º81.44%19.02%-
HSV(B)88.86º89.77%34.51%-
XYZ4.857.681.48-
YUV67.6394.91115.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=34.01%
G=59.86%
B=6.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal508890.4300.900.6588.8681.4419.02
Hex325892B05A41595113
Octal621301153013210113112123
Binary110010101100010011010110101101010000011011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325809; }

 p { color: rgb(50,88,9); }

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

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

 a { background-color: rgb(50,88,9); }

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

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

 span { border-color: rgb(50,88,9); }

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