#325602

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

Shades of Verdun Green #325602

Tints of Verdun Green #325602

Color information

#325602 (or 0x325602) is unknown color: approx Verdun Green. HEX triplet: 32, 56 and 02. RGB value is (50,86,2). Sum of RGB (Red+Green+Blue) = 50+86+2=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #325602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325602 is #CDA9FD. Grayscale: #414141. Windows color (decimal): -13478398 or 153138. OLE color: 153138.

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

Color convert

RGB50862-
CMYK0.4200.980.66
HSL85.71º95.45%17.25%-
HSV(B)85.71º97.67%33.73%-
XYZ4.657.341.23-
YUV65.6692.07116.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 86 (33.98% from 255) = 62.32%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=36.23%
G=62.32%
B=1.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal508620.4200.980.6685.7195.4517.25
Hex325622A06242565f11
Octal62126252014210212613721
Binary1100101010110101010100110001010000101010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325602; }

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

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

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

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

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

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

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

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