#325909

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

Shades of Verdun Green #325909

Tints of Verdun Green #325909

Color information

#325909 (or 0x325909) is unknown color: approx Verdun Green. HEX triplet: 32, 59 and 09. RGB value is (50,89,9). Sum of RGB (Red+Green+Blue) = 50+89+9=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #325909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325909 is #CDA6F6. Grayscale: #444444. Windows color (decimal): -13477623 or 612658. OLE color: 612658.

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

Color convert

RGB50899-
CMYK0.4400.900.65
HSL89.25º81.63%19.22%-
HSV(B)89.25º89.89%34.9%-
XYZ4.947.841.51-
YUV68.2294.58115-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=33.78%
G=60.14%
B=6.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal508990.4400.900.6589.2581.6319.22
Hex325992C05A41595213
Octal621311154013210113112223
Binary110010101100110011011000101101010000011011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325909; }

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

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

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

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

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

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

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

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