#325603

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

Shades of Verdun Green #325603

Tints of Verdun Green #325603

Color information

#325603 (or 0x325603) is unknown color: approx Verdun Green. HEX triplet: 32, 56 and 03. RGB value is (50,86,3). Sum of RGB (Red+Green+Blue) = 50+86+3=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #325603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325603 is #CDA9FC. Grayscale: #424242. Windows color (decimal): -13478397 or 218674. OLE color: 218674.

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

Color convert

RGB50863-
CMYK0.4200.970.66
HSL86.02º93.26%17.45%-
HSV(B)86.02º96.51%33.73%-
XYZ4.667.341.26-
YUV65.7792.57116.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 86 (33.98% from 255) = 61.87%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=35.97%
G=61.87%
B=2.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal508630.4200.970.6686.0293.2617.45
Hex325632A06142565d11
Octal62126352014110212613521
Binary1100101010110111010100110000110000101010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325603; }

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

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

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

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

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

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

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

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