#325906

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

Shades of Verdun Green #325906

Tints of Verdun Green #325906

Color information

#325906 (or 0x325906) is unknown color: approx Verdun Green. HEX triplet: 32, 59 and 06. RGB value is (50,89,6). Sum of RGB (Red+Green+Blue) = 50+89+6=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #325906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325906 is #CDA6F9. Grayscale: #444444. Windows color (decimal): -13477626 or 416050. OLE color: 416050.

HSL color Cylindrical-coordinate representation of color #325906: hue angle of 88.19º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325906 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB50896-
CMYK0.4400.930.65
HSL88.19º87.37%18.63%-
HSV(B)88.19º93.26%34.9%-
XYZ4.927.841.43-
YUV67.8893.08115.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 89 (35.16% from 255) = 61.38%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=34.48%
G=61.38%
B=4.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal508960.4400.930.6588.1987.3718.63
Hex325962C05D41585713
Octal62131654013510113012723
Binary11001010110011101011000101110110000011011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325906; }

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

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

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

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

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

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

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

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