#325606

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

Shades of Verdun Green #325606

Tints of Verdun Green #325606

Color information

#325606 (or 0x325606) is unknown color: approx Verdun Green. HEX triplet: 32, 56 and 06. RGB value is (50,86,6). Sum of RGB (Red+Green+Blue) = 50+86+6=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #325606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325606 is #CDA9F9. Grayscale: #424242. Windows color (decimal): -13478394 or 415282. OLE color: 415282.

HSL color Cylindrical-coordinate representation of color #325606: hue angle of 87º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325606 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB50866-
CMYK0.4200.930.66
HSL87º86.96%18.04%-
HSV(B)87º93.02%33.73%-
XYZ4.687.351.34-
YUV66.1294.07116.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=35.21%
G=60.56%
B=4.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal508660.4200.930.668786.9618.04
Hex325662A05D42575712
Octal62126652013510212712722
Binary11001010101101101010100101110110000101010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325606; }

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

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

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

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

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

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

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

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